aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.txt
diff options
context:
space:
mode:
authorDan Lake2012-02-01 16:25:35 -0800
committerDan Lake2012-02-01 16:25:35 -0800
commitc10193c72b1f029a958f04d2f5d7ee384e693aaa (patch)
tree052ec7e973c15b158310511197affad14eb9c64f /BUILDING.txt
parentTrigger event when prims are scheduled for an update. This gives modules earl... (diff)
parentSmall optimization to last commit (diff)
downloadopensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.zip
opensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.gz
opensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.bz2
opensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
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: