aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.txt
diff options
context:
space:
mode:
authorteravus2012-11-15 10:05:16 -0500
committerteravus2012-11-15 10:05:16 -0500
commite9153e1d1aae50024d8cd05fe14a9bce34343a0e (patch)
treebc111d34f95a26b99c7e34d9e495dc14d1802cc3 /BUILDING.txt
parentMerge master into teravuswork (diff)
downloadopensim-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 'BUILDING.txt')
-rw-r--r--BUILDING.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
new file mode 100644
index 0000000..12e5ea5
--- /dev/null
+++ b/BUILDING.txt
@@ -0,0 +1,39 @@
1==== Building OpenSim ====
2
3=== Building on Windows ===
4
5Steps:
6 * runprebuild.bat
7 * Load OpenSim.sln into Visual Studio .NET and build the solution.
8 * chdir bin
9 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
10 * run OpenSim.exe
11
12=== Building on Linux ===
13
14Prereqs:
15 * Mono >= 2.4.3
16 * Nant >= 0.85
17 * On some Linux distributions you may need to install additional packages.
18 See http://opensimulator.org/wiki/Dependencies for more information.
19
20 * May also use xbuild (included in mono distributions)
21 * May use Monodevelop, a cross-platform IDE
22
23From the distribution type:
24 * ./runprebuild.sh
25 * nant (or xbuild)
26 * cd bin
27 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
28 * run mono OpenSim.exe
29
30=== Using Monodevelop ===
31
32From the distribution type:
33 * ./runprebuild.sh
34 * type monodevelop OpenSim.sln
35
36=== References ===
37
38Helpful resources:
39* http://opensimulator.org/wiki/Build_Instructions