RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RunUO v2.3 works on linux? - ¿RunUO v2.3 funciona en linux?

ufruo

Wanderer
this is my first question before you start.

Has anyone managed to run without errors RunUO v2.3 in linux?

-

esta es mi primera pregunta antes de empezar.

¿alguien ha conseguido funcionar sin errores RunUO v2.3 en linux?
 

Xeroxxx

Traveler
.NET 4
1. Checkout from SVN.
2. dmcs -optimize -unsafe -d:MONO -out:RunUO.exe -win32icon:Server/runuo.ico -recurse:Server/*.cs
3. Create file:
Code:
<configuration>
  <dllmap dll="libz" target="libz.so.1.2.7"/>
</configuration>
(change libz version to the one you have installed)
 
Top