Update README.md
This commit is contained in:
parent
699fa3bdd8
commit
0509c93385
1 changed files with 8 additions and 0 deletions
|
|
@ -2,3 +2,11 @@ runuo
|
|||
=====
|
||||
|
||||
RunUO Git Repository
|
||||
|
||||
Typical Windows Build
|
||||
|
||||
PS C:\runuo> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:RunUO.exe /d:Framework_4_0 /win32icon:Server\runuo.ico /recurse:Server\\*.cs
|
||||
|
||||
Typical Linux Build (MONO)
|
||||
|
||||
~/runuo$ gmcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -d:MONO -recurse:Server/*.cs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue