diff options
Diffstat (limited to '')
-rw-r--r-- | BUILDING.md (renamed from BUILDING.txt) | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/BUILDING.txt b/BUILDING.md index 12e5ea5..5210b58 100644 --- a/BUILDING.txt +++ b/BUILDING.md | |||
@@ -1,6 +1,4 @@ | |||
1 | ==== Building OpenSim ==== | 1 | # Building on Windows |
2 | |||
3 | === Building on Windows === | ||
4 | 2 | ||
5 | Steps: | 3 | Steps: |
6 | * runprebuild.bat | 4 | * runprebuild.bat |
@@ -9,16 +7,15 @@ Steps: | |||
9 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | 7 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include |
10 | * run OpenSim.exe | 8 | * run OpenSim.exe |
11 | 9 | ||
12 | === Building on Linux === | 10 | # Building on Linux |
13 | 11 | ||
14 | Prereqs: | 12 | Prereqs: |
15 | * Mono >= 2.4.3 | 13 | * Mono >= 2.4.3 |
16 | * Nant >= 0.85 | 14 | * Nant >= 0.85 |
17 | * On some Linux distributions you may need to install additional packages. | 15 | * On some Linux distributions you may need to install additional packages. |
18 | See http://opensimulator.org/wiki/Dependencies for more information. | 16 | See http://opensimulator.org/wiki/Dependencies for more information. |
19 | 17 | * May also use xbuild (included in mono distributions) | |
20 | * May also use xbuild (included in mono distributions) | 18 | * May use Monodevelop, a cross-platform IDE |
21 | * May use Monodevelop, a cross-platform IDE | ||
22 | 19 | ||
23 | From the distribution type: | 20 | From the distribution type: |
24 | * ./runprebuild.sh | 21 | * ./runprebuild.sh |
@@ -27,13 +24,13 @@ From the distribution type: | |||
27 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | 24 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include |
28 | * run mono OpenSim.exe | 25 | * run mono OpenSim.exe |
29 | 26 | ||
30 | === Using Monodevelop === | 27 | # Using Monodevelop |
31 | 28 | ||
32 | From the distribution type: | 29 | From the distribution type: |
33 | * ./runprebuild.sh | 30 | * ./runprebuild.sh |
34 | * type monodevelop OpenSim.sln | 31 | * type monodevelop OpenSim.sln |
35 | 32 | ||
36 | === References === | 33 | # References |
37 | 34 | ||
38 | Helpful resources: | 35 | Helpful resources: |
39 | * http://opensimulator.org/wiki/Build_Instructions | 36 | * http://opensimulator.org/wiki/Build_Instructions |