From eadc3e96ca183a476bf196b791e6705030cdd5d4 Mon Sep 17 00:00:00 2001 From: msturgill Date: Tue, 22 Oct 2013 18:43:23 -0700 Subject: [PATCH] Update README.md razor build url --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e968dc11..151b1864a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ 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 + Typical Linux Build (MONO) ~/runuo$ gmcs -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