aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorUbitUmarov2018-11-20 18:12:18 +0000
committerUbitUmarov2018-11-20 18:12:18 +0000
commitcb1ebd1604315226e67012cc202c8845d05ddce4 (patch)
tree33357f246e1b804d5dd5c0df66f4c04464ffe3a3 /BUILDING.md
parentmantis 8410: llwhisper, llSay and llShout emit from the source prim not root (diff)
downloadopensim-SC-cb1ebd1604315226e67012cc202c8845d05ddce4.zip
opensim-SC-cb1ebd1604315226e67012cc202c8845d05ddce4.tar.gz
opensim-SC-cb1ebd1604315226e67012cc202c8845d05ddce4.tar.bz2
opensim-SC-cb1ebd1604315226e67012cc202c8845d05ddce4.tar.xz
add osApproxEquals for float, vector and rotation, note that default margin is 1e-6 to match strings rounding
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 95c13b6..6bd04bc 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -1,11 +1,11 @@
1# Building on Windows 1# Building on Windows
2 2
3Steps: 3Steps:
4 * runprebuild.bat 4* runprebuild.bat
5 * Load OpenSim.sln into Visual Studio .NET and build the solution. 5* Load OpenSim.sln into Visual Studio .NET and build the solution.
6 * chdir bin 6* chdir bin
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 / Mac 10# Building on Linux / Mac
11 11
@@ -16,17 +16,17 @@ Prereqs:
16* See http://opensimulator.org/wiki/Dependencies for more information. 16* See http://opensimulator.org/wiki/Dependencies for more information.
17 17
18From the distribution type: 18From 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 * 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