From 134f86e8d5c414409631b25b8c6f0ee45fbd8631 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 3 Nov 2016 21:44:39 +1000 Subject: Initial update to OpenSim 0.8.2.1 source code. --- BUILDING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index 5210b58..d8deeeb 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -19,10 +19,14 @@ Prereqs: From the distribution type: * ./runprebuild.sh - * nant (or xbuild) + * nant (or !* xbuild) * cd bin * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include * run mono OpenSim.exe + !* xbuild option switches + !* clean: xbuild /target:clean + !* debug: (default) xbuild /property:Configuration=Debug + !* release: xbuild /property:Configuration=Release # Using Monodevelop -- cgit v1.1