From 2bb6984b94495508911b3bb38f172352b40ba09b Mon Sep 17 00:00:00 2001 From: Mark Sturgill Date: Sat, 22 Feb 2014 13:11:17 -0700 Subject: [PATCH] update MONO build line --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fc362c98..f41a3051d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ PS C:\runuo> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsa Typical Linux Build (MONO) -~/runuo$ dmcs -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 -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/tag/v1.2.8 @@ -19,4 +19,4 @@ Latest Razor builds can be found at https://bitbucket.org/msturgill/razor-releas Latest UOSteam builds (previously AssistUO) can be found at http://uosteam.com -IRC: chat.freenode.net #runuo \ No newline at end of file +IRC: chat.freenode.net #runuo