update readme
This commit is contained in:
parent
24af4ead6a
commit
fc923a9ded
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@ 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
|
||||
PS C:\runuo> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:RunUO.exe /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
|
||||
~/runuo$ dmcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -d:MONO -recurse:Server/*.cs
|
||||
|
||||
|
||||
Latest Razor builds can be found at https://bitbucket.org/msturgill/razor-releases/downloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue