diff options
author | teravus | 2012-11-15 10:05:16 -0500 |
---|---|---|
committer | teravus | 2012-11-15 10:05:16 -0500 |
commit | e9153e1d1aae50024d8cd05fe14a9bce34343a0e (patch) | |
tree | bc111d34f95a26b99c7e34d9e495dc14d1802cc3 /BUILDING.md | |
parent | Merge master into teravuswork (diff) | |
download | opensim-SC-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.zip opensim-SC-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.gz opensim-SC-e9153e1d1aae50024d8cd05fe14a9bce34343a0e.tar.bz2 opensim-SC-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 | ||
3 | Steps: | 5 | Steps: |
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 | ||
12 | Prereqs: | 14 | Prereqs: |
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 | ||
20 | From the distribution type: | 23 | From 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 | ||
29 | From the distribution type: | 32 | From 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 | ||
35 | Helpful resources: | 38 | Helpful resources: |
36 | * http://opensimulator.org/wiki/Build_Instructions | 39 | * http://opensimulator.org/wiki/Build_Instructions |