aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorSignpostMarv2012-09-06 12:59:28 +0100
committerJustin Clark-Casey (justincc)2012-09-08 00:02:27 +0100
commitdf3914c7cdc0aacde7110ba0dea4cd30f233aa7a (patch)
tree332ff289a3c84abdd804c7bd9755869dd287e636 /BUILDING.md
parentmulti-paragraph list item (diff)
downloadopensim-SC_OLD-df3914c7cdc0aacde7110ba0dea4cd30f233aa7a.zip
opensim-SC_OLD-df3914c7cdc0aacde7110ba0dea4cd30f233aa7a.tar.gz
opensim-SC_OLD-df3914c7cdc0aacde7110ba0dea4cd30f233aa7a.tar.bz2
opensim-SC_OLD-df3914c7cdc0aacde7110ba0dea4cd30f233aa7a.tar.xz
renaming to markdown file
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
new file mode 100644
index 0000000..5210b58
--- /dev/null
+++ b/BUILDING.md
@@ -0,0 +1,36 @@
1# Building on Windows
2
3Steps:
4 * runprebuild.bat
5 * Load OpenSim.sln into Visual Studio .NET and build the solution.
6 * chdir bin
7 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
8 * run OpenSim.exe
9
10# Building on Linux
11
12Prereqs:
13* Mono >= 2.4.3
14* Nant >= 0.85
15* On some Linux distributions you may need to install additional packages.
16 See http://opensimulator.org/wiki/Dependencies for more information.
17* May also use xbuild (included in mono distributions)
18* May use Monodevelop, a cross-platform IDE
19
20From the distribution type:
21 * ./runprebuild.sh
22 * nant (or xbuild)
23 * cd bin
24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
25 * run mono OpenSim.exe
26
27# Using Monodevelop
28
29From the distribution type:
30 * ./runprebuild.sh
31 * type monodevelop OpenSim.sln
32
33# References
34
35Helpful resources:
36* http://opensimulator.org/wiki/Build_Instructions