aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBlueWall2014-05-30 11:56:05 -0400
committerJustin Clark-Casey2014-06-10 20:21:09 +0100
commit7b66ef44c3830e9c935fd94da48ea075476f1381 (patch)
treec06c65b0de4717c80eb1503a5755fd73be05cdee
parentMerge branch 'master' into 0.8-post-fixes (diff)
downloadopensim-SC_OLD-7b66ef44c3830e9c935fd94da48ea075476f1381.zip
opensim-SC_OLD-7b66ef44c3830e9c935fd94da48ea075476f1381.tar.gz
opensim-SC_OLD-7b66ef44c3830e9c935fd94da48ea075476f1381.tar.bz2
opensim-SC_OLD-7b66ef44c3830e9c935fd94da48ea075476f1381.tar.xz
Add some info about xbuild command line switches to clean and select between producing Debug or Release binaries
-rw-r--r--BUILDING.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 5210b58..d8deeeb 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -19,10 +19,14 @@ Prereqs:
19 19
20From the distribution type: 20From the distribution type:
21 * ./runprebuild.sh 21 * ./runprebuild.sh
22 * nant (or xbuild) 22 * nant (or !* xbuild)
23 * cd bin 23 * cd bin
24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include 24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
25 * run mono OpenSim.exe 25 * run mono OpenSim.exe
26 !* xbuild option switches
27 !* clean: xbuild /target:clean
28 !* debug: (default) xbuild /property:Configuration=Debug
29 !* release: xbuild /property:Configuration=Release
26 30
27# Using Monodevelop 31# Using Monodevelop
28 32