diff options
author | BlueWall | 2012-01-08 18:21:09 -0500 |
---|---|---|
committer | BlueWall | 2012-01-08 18:21:09 -0500 |
commit | 37fc19fae0fcccfd4bddff0f5dfed4bb42777981 (patch) | |
tree | aedf021996c43b956ea534c42365ec8ff193b911 | |
parent | Merge branch 'master' of /home/opensim/src/opensim (diff) | |
download | opensim-SC_OLD-37fc19fae0fcccfd4bddff0f5dfed4bb42777981.zip opensim-SC_OLD-37fc19fae0fcccfd4bddff0f5dfed4bb42777981.tar.gz opensim-SC_OLD-37fc19fae0fcccfd4bddff0f5dfed4bb42777981.tar.bz2 opensim-SC_OLD-37fc19fae0fcccfd4bddff0f5dfed4bb42777981.tar.xz |
Update building instructions
a good place to trigger a test on the opensimulator site
Diffstat (limited to '')
-rw-r--r-- | BUILDING.txt | 11 |
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 | |||
20 | From the distribution type: | 23 | From 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 | |||
32 | From the distribution type: | ||
33 | * ./runprebuild.sh | ||
34 | * type monodevelop OpenSim.sln | ||
35 | |||
27 | === References === | 36 | === References === |
28 | 37 | ||
29 | Helpful resources: | 38 | Helpful resources: |