diff --git a/BUILDING.md b/BUILDING.md index 5210b58f1f..d8deeeb237 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