aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--BUILDING.md25
1 files changed, 9 insertions, 16 deletions
diff --git a/BUILDING.md b/BUILDING.md
index d8deeeb..24ca4b5 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -10,29 +10,22 @@ Steps:
10# Building on Linux 10# Building on Linux
11 11
12Prereqs: 12Prereqs:
13* Mono >= 2.4.3 13* Mono > 5.0
14* Nant >= 0.85
15* On some Linux distributions you may need to install additional packages. 14* On some Linux distributions you may need to install additional packages.
16 See http://opensimulator.org/wiki/Dependencies for more information. 15 See http://opensimulator.org/wiki/Dependencies for more information.
17* May also use xbuild (included in mono distributions) 16 msbuild or xbuild if still supported by mono version
18* May use Monodevelop, a cross-platform IDE
19 17
20From the distribution type: 18From the distribution type:
21 * ./runprebuild.sh 19 * ./runprebuild.sh
22 * nant (or !* xbuild) 20 * type msbuild or xbuild)
23 * cd bin 21 * cd bin
24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include 22 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
25 * run mono OpenSim.exe 23 * windoes: execute opensim.exe or opensim32.exe for small regions
26 !* xbuild option switches 24 * linux: run ./opensim.sh
27 !* clean: xbuild /target:clean 25 !* msbuild (xbuild) option switches
28 !* debug: (default) xbuild /property:Configuration=Debug 26 !* clean: msbuild /target:clean
29 !* release: xbuild /property:Configuration=Release 27 !* debug: (default) msbuild /property:Configuration=Debug
30 28 !* release: msbuild /property:Configuration=Release
31# Using Monodevelop
32
33From the distribution type:
34 * ./runprebuild.sh
35 * type monodevelop OpenSim.sln
36 29
37# References 30# References
38 31