riccardopedrielli / runuo

Ultima Online server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/*** INSTALLARE MONO ***/

/* Debian */

apt-get install libmono-winforms2.0-cil mono-devel


/* Gentoo */

emerge mono



/*** COMPILARE IL CORE ***/

/* Mono */

gmcs -optimize -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -d:MONO -recurse:Server/*.cs


/* .NET Framework */

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc -optimize -unsafe -t:exe -out:RunUO.exe -win32icon:Server\runuo.ico -recurse:Server\*.cs



/*** AVVIARE IL RUNUO ***/

/* Mono */

mono RunUO.exe


/* .NET Framework */

Eliminare il file RunUO.exe.config
Avviare RunUO.exe

About

Ultima Online server


Languages

Language:C# 100.0%