From b6f7c1e341db7d95ea429cb0ea92c15a8e7f6db0 Mon Sep 17 00:00:00 2001 From: Mark Sturgill Date: Tue, 1 Apr 2014 14:17:49 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3d31dc9d..e4a5ff7fe 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ 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 -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 +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/tag/v1.0 +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 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