diff options
author | SignpostMarv | 2012-09-06 12:58:14 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-08 00:02:26 +0100 |
commit | 783ecd01f490096b6727504972316a6de8c2de68 (patch) | |
tree | fe91f1f6b6406a8ddf6e57e7e46c7090f7a4b6cc /BUILDING.txt | |
parent | removing redundant header; this is the building.txt file for opensim (diff) | |
download | opensim-SC_OLD-783ecd01f490096b6727504972316a6de8c2de68.zip opensim-SC_OLD-783ecd01f490096b6727504972316a6de8c2de68.tar.gz opensim-SC_OLD-783ecd01f490096b6727504972316a6de8c2de68.tar.bz2 opensim-SC_OLD-783ecd01f490096b6727504972316a6de8c2de68.tar.xz |
headers
Diffstat (limited to '')
-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 |