diff options
-rw-r--r-- | BUILDING.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 7d7bf3f..b14baa4 100644 --- a/BUILDING.txt +++ b/BUILDING.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | === Building on Windows === | 1 | # Building on Windows |
2 | 2 | ||
3 | Steps: | 3 | Steps: |
4 | * runprebuild.bat | 4 | * runprebuild.bat |
@@ -7,7 +7,7 @@ Steps: | |||
7 | * 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 |
8 | * run OpenSim.exe | 8 | * run OpenSim.exe |
9 | 9 | ||
10 | === Building on Linux === | 10 | # Building on Linux |
11 | 11 | ||
12 | Prereqs: | 12 | Prereqs: |
13 | * Mono >= 2.4.3 | 13 | * Mono >= 2.4.3 |
@@ -25,13 +25,13 @@ From the distribution type: | |||
25 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include | 25 | * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include |
26 | * run mono OpenSim.exe | 26 | * run mono OpenSim.exe |
27 | 27 | ||
28 | === Using Monodevelop === | 28 | # Using Monodevelop |
29 | 29 | ||
30 | From the distribution type: | 30 | From the distribution type: |
31 | * ./runprebuild.sh | 31 | * ./runprebuild.sh |
32 | * type monodevelop OpenSim.sln | 32 | * type monodevelop OpenSim.sln |
33 | 33 | ||
34 | === References === | 34 | # References |
35 | 35 | ||
36 | Helpful resources: | 36 | Helpful resources: |
37 | * http://opensimulator.org/wiki/Build_Instructions | 37 | * http://opensimulator.org/wiki/Build_Instructions |