diff options
author | Melanie | 2012-01-08 23:36:49 +0000 |
---|---|---|
committer | Melanie | 2012-01-08 23:39:23 +0000 |
commit | 0cf59534ff7b043e4a62f6bd0d4ef404bfdf8a42 (patch) | |
tree | cd124a68125e91c54b4ddde94dc9a5da8ba2d8c0 | |
parent | Update teleport routing to match Avination (diff) | |
parent | Update teleport routing to match Avination (diff) | |
download | opensim-SC-0cf59534ff7b043e4a62f6bd0d4ef404bfdf8a42.zip opensim-SC-0cf59534ff7b043e4a62f6bd0d4ef404bfdf8a42.tar.gz opensim-SC-0cf59534ff7b043e4a62f6bd0d4ef404bfdf8a42.tar.bz2 opensim-SC-0cf59534ff7b043e4a62f6bd0d4ef404bfdf8a42.tar.xz |
Update teleport routing to match Avination
-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: |