Update README.md
This commit is contained in:
parent
0c7ffb41ee
commit
a699f981e5
1 changed files with 12 additions and 27 deletions
39
README.md
39
README.md
|
|
@ -1,33 +1,18 @@
|
|||
runuo
|
||||
ModernUO
|
||||
=====
|
||||
|
||||
[](https://ci.appveyor.com/project/ms/runuo) [](https://travis-ci.org/runuo/runuo)
|
||||
### Requirements to Build/Run
|
||||
- .NET Framework 4.7 or Mono 5.10+
|
||||
- zlib (Linux only)
|
||||
|
||||
[](https://gitter.im/runuo/runuo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
### Requirements to Dev
|
||||
- Visual Studio 2017 or Visual Studio for Mac 2017
|
||||
|
||||
RunUO Git Repository
|
||||
### Building for Windows
|
||||
`C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:RunUO.exe /win32icon:Server\runuo.ico /d:NEWTIMERS /d:NEWPARENT /recurse:Server\\*.cs`
|
||||
|
||||
***
|
||||
RunUO is no longer officially supported by a core team.
|
||||
|
||||
If you wish to find support in a wider UO development commuity, visit [ServUO - Ultima Online Emulation](http://www.servuo.com)
|
||||
***
|
||||
|
||||
Typical Windows Build
|
||||
|
||||
PS C:\runuo> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:RunUO.exe /win32icon:Server\runuo.ico /d:NEWTIMERS /d:NEWPARENT /recurse:Server\\*.cs
|
||||
|
||||
|
||||
Typical Linux Build (MONO)
|
||||
|
||||
~/runuo$ mcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -reference:System.Drawing -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
|
||||
|
||||
RunUO supports Intel's hardware random number generator (Secure Key, Bull Mountain, rdrand, etc). If rdrand32.dll/rdrand64.dll are present in the base directory and the hardware supports that functionality, it will be used automatically. You can find those libraries here: https://github.com/msturgill/rdrand/releases/latest
|
||||
|
||||
Latest Razor builds can be found at https://github.com/msturgill/razor/releases/latest
|
||||
|
||||
Latest UOSteam builds (previously AssistUO) can be found at http://uosteam.com
|
||||
### Building for Mac/Linux (MONO)
|
||||
`mcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -reference:System.Drawing -recurse:Server/*.cs`
|
||||
|
||||
### Running on Mac/Linux (MONO)
|
||||
`mono RunUO.exe`
|
||||
Loading…
Add table
Add a link
Reference in a new issue