diff options
author | UbitUmarov | 2018-11-20 18:17:55 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-20 18:17:55 +0000 |
commit | 82415785fc21907c2dad58510638cf83050b65a4 (patch) | |
tree | 7680203eafbb10404d0d961760cb031cbbf89166 /BUILDING.md | |
parent | add osApproxEquals for float, vector and rotation, note that default margin i... (diff) | |
download | opensim-SC-82415785fc21907c2dad58510638cf83050b65a4.zip opensim-SC-82415785fc21907c2dad58510638cf83050b65a4.tar.gz opensim-SC-82415785fc21907c2dad58510638cf83050b65a4.tar.bz2 opensim-SC-82415785fc21907c2dad58510638cf83050b65a4.tar.xz |
bitbucket still does not like building.md
Diffstat (limited to '')
-rw-r--r-- | BUILDING.md | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/BUILDING.md b/BUILDING.md index 6bd04bc..99e4ab8 100644 --- a/BUILDING.md +++ b/BUILDING.md | |||
@@ -1,32 +1,35 @@ | |||
1 | # Building on Windows | 1 | # Building on Windows |
2 | 2 | ||
3 | Steps: | 3 | Steps: |
4 | * runprebuild.bat | 4 | |
5 | * Load OpenSim.sln into Visual Studio .NET and build the solution. | 5 | * runprebuild.bat |
6 | * chdir bin | 6 | * Load OpenSim.sln into Visual Studio .NET and build the solution. |
7 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | 7 | * chdir bin |
8 | * run OpenSim.exe | 8 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include |
9 | * run OpenSim.exe | ||
9 | 10 | ||
10 | # Building on Linux / Mac | 11 | # Building on Linux / Mac |
11 | 12 | ||
12 | Prereqs: | 13 | Prereqs: |
13 | * Mono > 5.0 | 14 | |
14 | * On some Linux distributions you may need to install additional packages. | 15 | * Mono > 5.0 |
15 | * msbuild or xbuild if still supported by the mono version | 16 | * On some Linux distributions you may need to install additional packages. |
16 | * See http://opensimulator.org/wiki/Dependencies for more information. | 17 | * msbuild or xbuild if still supported by the mono version |
18 | * See http://opensimulator.org/wiki/Dependencies for more information. | ||
17 | 19 | ||
18 | From the distribution type: | 20 | From the distribution type: |
19 | * ./runprebuild.sh | 21 | |
20 | * type msbuild or xbuild | 22 | * ./runprebuild.sh |
21 | * cd bin | 23 | * type msbuild or xbuild |
22 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | 24 | * cd bin |
23 | * review and change those ini files according to your needs | 25 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include |
24 | * windows: execute opensim.exe or opensim32.exe for small regions | 26 | * review and change those ini files according to your needs |
25 | * linux: run ./opensim.sh | 27 | * windows: execute opensim.exe or opensim32.exe for small regions |
26 | * msbuild (xbuild) option switches | 28 | * linux: run ./opensim.sh |
27 | * clean: msbuild /target:clean | 29 | * msbuild (xbuild) option switches |
28 | * debug: (default) msbuild /property:Configuration=Debug | 30 | * clean: msbuild /target:clean |
29 | * release: msbuild /property:Configuration=Release | 31 | * debug: (default) msbuild /property:Configuration=Debug |
32 | * release: msbuild /property:Configuration=Release | ||
30 | 33 | ||
31 | # References | 34 | # References |
32 | 35 | ||