aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2018-11-19 02:26:08 +0000
committerUbitUmarov2018-11-19 02:26:08 +0000
commit67d5212d530a12f6c9c52374d613eb14b8ba50ef (patch)
tree81fc7a2b8df2d4a0cb4284d999e74c8a650ed5c4
parentremoved repeated lines (diff)
downloadopensim-SC-67d5212d530a12f6c9c52374d613eb14b8ba50ef.zip
opensim-SC-67d5212d530a12f6c9c52374d613eb14b8ba50ef.tar.gz
opensim-SC-67d5212d530a12f6c9c52374d613eb14b8ba50ef.tar.bz2
opensim-SC-67d5212d530a12f6c9c52374d613eb14b8ba50ef.tar.xz
another change to Building md file
-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