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