Add some info about xbuild command line switches to clean and select between producing Debug or Release binaries

0.8.0.3
BlueWall 2014-05-30 11:56:05 -04:00 committed by Justin Clark-Casey
parent dcbe9d1ffb
commit 7b66ef44c3
1 changed files with 5 additions and 1 deletions

View File

@ -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