From 1d285f79fa3f34c3536b1ba7083871af43bafa66 Mon Sep 17 00:00:00 2001 From: Mark Sturgill Date: Sat, 2 Nov 2013 14:09:35 -0700 Subject: [PATCH] include note about zlib in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5236ff60..7fc362c98 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Typical Linux Build (MONO) ~/runuo$ dmcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -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 + Latest Razor builds can be found at https://bitbucket.org/msturgill/razor-releases/downloads Latest UOSteam builds (previously AssistUO) can be found at http://uosteam.com