aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-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