aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 0fb68cb..12e5ea5 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -17,13 +17,22 @@ Prereqs:
17 * On some Linux distributions you may need to install additional packages. 17 * On some Linux distributions you may need to install additional packages.
18 See http://opensimulator.org/wiki/Dependencies for more information. 18 See http://opensimulator.org/wiki/Dependencies for more information.
19 19
20 * May also use xbuild (included in mono distributions)
21 * May use Monodevelop, a cross-platform IDE
22
20From the distribution type: 23From the distribution type:
21 * ./runprebuild.sh 24 * ./runprebuild.sh
22 * nant 25 * nant (or xbuild)
23 * cd bin 26 * cd bin
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
30=== Using Monodevelop ===
31
32From the distribution type:
33 * ./runprebuild.sh
34 * type monodevelop OpenSim.sln
35
27=== References === 36=== References ===
28 37
29Helpful resources: 38Helpful resources: