diff options
author | UbitUmarov | 2018-11-19 02:26:08 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-19 02:26:08 +0000 |
commit | 67d5212d530a12f6c9c52374d613eb14b8ba50ef (patch) | |
tree | 81fc7a2b8df2d4a0cb4284d999e74c8a650ed5c4 | |
parent | removed repeated lines (diff) | |
download | opensim-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.md | 10 |
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: | |||
12 | Prereqs: | 12 | Prereqs: |
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 | ||
18 | From the distribution type: | 18 | From 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 | ||