From 0e242aa53759f65e565088daf1c51720819bd727 Mon Sep 17 00:00:00 2001 From: Sith Date: Wed, 16 Dec 2015 21:31:25 -0500 Subject: [PATCH] update recommended linux build procedure, fixes #13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc44b627e..aa84a359a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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 -nowarn:219,414 -d:MONO -recurse:Server/*.cs +~/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