aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorteravus2012-11-15 09:46:41 -0500
committerteravus2012-11-15 09:46:41 -0500
commitdfac269032300872c4d0dc507f4f9062d102b0f4 (patch)
treed60fca83f54417c349c33b46de6ac65748ff762f /BUILDING.md
parent* Fixes mesh loading issues in last commit. (diff)
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC_OLD-dfac269032300872c4d0dc507f4f9062d102b0f4.zip
opensim-SC_OLD-dfac269032300872c4d0dc507f4f9062d102b0f4.tar.gz
opensim-SC_OLD-dfac269032300872c4d0dc507f4f9062d102b0f4.tar.bz2
opensim-SC_OLD-dfac269032300872c4d0dc507f4f9062d102b0f4.tar.xz
Merge master into teravuswork
Diffstat (limited to '')
-rw-r--r--BUILDING.md (renamed from BUILDING.txt)23
1 files changed, 10 insertions, 13 deletions
diff --git a/BUILDING.txt b/BUILDING.md
index 12e5ea5..5210b58 100644
--- a/BUILDING.txt
+++ b/BUILDING.md
@@ -1,6 +1,4 @@
1==== Building OpenSim ==== 1# Building on Windows
2
3=== Building on Windows ===
4 2
5Steps: 3Steps:
6 * runprebuild.bat 4 * runprebuild.bat
@@ -9,16 +7,15 @@ Steps:
9 * 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
10 * run OpenSim.exe 8 * run OpenSim.exe
11 9
12=== Building on Linux === 10# Building on Linux
13 11
14Prereqs: 12Prereqs:
15 * Mono >= 2.4.3 13* Mono >= 2.4.3
16 * Nant >= 0.85 14* Nant >= 0.85
17 * On some Linux distributions you may need to install additional packages. 15* On some Linux distributions you may need to install additional packages.
18 See http://opensimulator.org/wiki/Dependencies for more information. 16 See http://opensimulator.org/wiki/Dependencies for more information.
19 17* May also use xbuild (included in mono distributions)
20 * May also use xbuild (included in mono distributions) 18* May use Monodevelop, a cross-platform IDE
21 * May use Monodevelop, a cross-platform IDE
22 19
23From the distribution type: 20From the distribution type:
24 * ./runprebuild.sh 21 * ./runprebuild.sh
@@ -27,13 +24,13 @@ From the distribution type:
27 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include 24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
28 * run mono OpenSim.exe 25 * run mono OpenSim.exe
29 26
30=== Using Monodevelop === 27# Using Monodevelop
31 28
32From the distribution type: 29From the distribution type:
33 * ./runprebuild.sh 30 * ./runprebuild.sh
34 * type monodevelop OpenSim.sln 31 * type monodevelop OpenSim.sln
35 32
36=== References === 33# References
37 34
38Helpful resources: 35Helpful resources:
39* http://opensimulator.org/wiki/Build_Instructions 36* http://opensimulator.org/wiki/Build_Instructions