update recommended linux build procedure, fixes #13
This commit is contained in:
parent
81e5f98459
commit
0e242aa537
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ PS C:\runuo> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsa
|
||||||
|
|
||||||
Typical Linux Build (MONO)
|
Typical Linux Build (MONO)
|
||||||
|
|
||||||
~/runuo$ dmcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -nowarn:219,414 -d:MONO -recurse:Server/*.cs
|
~/runuo$ mcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -nowarn:219,414 -d:MONO -recurse:Server/*.cs
|
||||||
|
|
||||||
|
|
||||||
zlib is required for certain functionality. Windows zlib builds are packaged with releases and can also be obtained separately here: https://github.com/msturgill/zlib/releases/latest
|
zlib is required for certain functionality. Windows zlib builds are packaged with releases and can also be obtained separately here: https://github.com/msturgill/zlib/releases/latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue