diff options
author | UbitUmarov | 2018-11-18 18:50:19 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-18 18:50:19 +0000 |
commit | 9be4663d3c5605cab08bed09bd6c68642cd0bec1 (patch) | |
tree | ba7890a4e4ee78e75339549b036bc0af49fa0304 /BUILDING.md | |
parent | don't share SHA256CryptoServiceProvider (can be improved) (diff) | |
download | opensim-SC-9be4663d3c5605cab08bed09bd6c68642cd0bec1.zip opensim-SC-9be4663d3c5605cab08bed09bd6c68642cd0bec1.tar.gz opensim-SC-9be4663d3c5605cab08bed09bd6c68642cd0bec1.tar.bz2 opensim-SC-9be4663d3c5605cab08bed09bd6c68642cd0bec1.tar.xz |
typos
Diffstat (limited to '')
-rw-r--r-- | BUILDING.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/BUILDING.md b/BUILDING.md index 24ca4b5..1fda6b8 100644 --- a/BUILDING.md +++ b/BUILDING.md | |||
@@ -7,20 +7,21 @@ Steps: | |||
7 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | 7 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include |
8 | * run OpenSim.exe | 8 | * run OpenSim.exe |
9 | 9 | ||
10 | # Building on Linux | 10 | # Building on Linux / Mac |
11 | 11 | ||
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 | See http://opensimulator.org/wiki/Dependencies for more information. | 15 | See http://opensimulator.org/wiki/Dependencies for more information. |
16 | msbuild or xbuild if still supported by mono version | 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 |
20 | * type msbuild or xbuild) | 20 | * type msbuild or xbuild |
21 | * cd bin | 21 | * cd bin |
22 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | 22 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include |
23 | * windoes: execute opensim.exe or opensim32.exe for small regions | 23 | * review and change those ini files acording to your needes |
24 | * windows: execute opensim.exe or opensim32.exe for small regions | ||
24 | * linux: run ./opensim.sh | 25 | * linux: run ./opensim.sh |
25 | !* msbuild (xbuild) option switches | 26 | !* msbuild (xbuild) option switches |
26 | !* clean: msbuild /target:clean | 27 | !* clean: msbuild /target:clean |