From fc923a9dedea1c6768ed7b64874066fad177f8e0 Mon Sep 17 00:00:00 2001 From: Mark Sturgill Date: Wed, 30 Oct 2013 11:37:39 -0700 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03cb119ee..d5236ff60 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ 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 /d:Framework_4_0 /win32icon:Server\runuo.ico /recurse:Server\\*.cs +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$ gmcs -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 -d:MONO -recurse:Server/*.cs Latest Razor builds can be found at https://bitbucket.org/msturgill/razor-releases/downloads