diff options
author | BlueWall | 2014-05-30 11:56:05 -0400 |
---|---|---|
committer | BlueWall | 2014-05-30 11:56:05 -0400 |
commit | 1efaf0c85c382c4fb0875bdb6f92a1fc56221aed (patch) | |
tree | f30008069271713bb116f8df9674bd1748eae455 | |
parent | Change Assembly verson of OpenSim.Data.PGSQL.dll to 0.8.0.* to match all othe... (diff) | |
download | opensim-SC_OLD-1efaf0c85c382c4fb0875bdb6f92a1fc56221aed.zip opensim-SC_OLD-1efaf0c85c382c4fb0875bdb6f92a1fc56221aed.tar.gz opensim-SC_OLD-1efaf0c85c382c4fb0875bdb6f92a1fc56221aed.tar.bz2 opensim-SC_OLD-1efaf0c85c382c4fb0875bdb6f92a1fc56221aed.tar.xz |
Add some info about xbuild command line switches to clean and select between producing Debug or Release binaries
-rw-r--r-- | BUILDING.md | 6 |
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 | ||
20 | From the distribution type: | 20 | From 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 | ||