No description
Find a file
Mark Sturgill 64272798c3 Merge pull request #14 from sithUO/iss13
update recommended linux build procedure, fixes #13
2015-12-16 21:52:14 -07:00
Data - Typo 2015-08-28 00:21:27 +01:00
Scripts + Update project settings. 2015-08-23 02:36:34 +01:00
Server + Update project settings. 2015-08-23 02:36:34 +01:00
.gitignore Buildable/Runnable/Debuggable solution for Visual Studio 2013-09-30 13:44:17 -04:00
.travis.yml Create .travis.yml 2015-07-20 20:22:26 -07:00
LICENSE Initial commit 2013-09-07 19:05:34 -07:00
README.md update recommended linux build procedure, fixes #13 2015-12-16 21:38:17 -05:00
RunUO.exe.config + Don't allow processing of the Timer changed queue while the world is loading or saving. 2015-08-23 01:40:09 +01:00
RunUO.sln remove old Assemblies.cfg reference from vs solution 2014-02-26 15:08:14 -07:00

runuo

AppVeyor Build Status Travis Build Status

Join the chat at https://gitter.im/runuo/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 /win32icon:Server\runuo.ico /recurse:Server\*.cs

Typical Linux Build (MONO)

~/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

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

IRC: chat.freenode.net #runuo