aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--BUILDING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUILDING.md b/BUILDING.md
index ac372e5..cf35144 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -12,8 +12,8 @@ Steps:
12Prereqs: 12Prereqs:
13* Mono > 5.0 13* Mono > 5.0
14* On some Linux distributions you may need to install additional packages. 14* On some Linux distributions you may need to install additional packages.
15* msbuild or xbuild if still supported by the mono version
15 See http://opensimulator.org/wiki/Dependencies for more information. 16 See http://opensimulator.org/wiki/Dependencies for more information.
16 msbuild or xbuild if still supported by the mono version
17 17
18From the distribution type: 18From the distribution type:
19 * ./runprebuild.sh 19 * ./runprebuild.sh
@@ -23,10 +23,10 @@ From the distribution type:
23 * review and change those ini files according to your needs 23 * review and change those ini files according to your needs
24 * windows: execute opensim.exe or opensim32.exe for small regions 24 * windows: execute opensim.exe or opensim32.exe for small regions
25 * linux: run ./opensim.sh 25 * linux: run ./opensim.sh
26 !* msbuild (xbuild) option switches 26 * msbuild (xbuild) option switches
27 !* clean: msbuild /target:clean 27 * clean: msbuild /target:clean
28 !* debug: (default) msbuild /property:Configuration=Debug 28 * debug: (default) msbuild /property:Configuration=Debug
29 !* release: msbuild /property:Configuration=Release 29 * release: msbuild /property:Configuration=Release
30 30
31# References 31# References
32 32