diff options
author | UbitUmarov | 2018-11-17 23:22:38 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-17 23:22:38 +0000 |
commit | a23be00bf359c9e15a63d8145c75d40d6beaeb1a (patch) | |
tree | 084bb07f7b2f0573438c214468714a1488566488 /BUILDING.md | |
parent | code aesthetics (diff) | |
download | opensim-SC-a23be00bf359c9e15a63d8145c75d40d6beaeb1a.zip opensim-SC-a23be00bf359c9e15a63d8145c75d40d6beaeb1a.tar.gz opensim-SC-a23be00bf359c9e15a63d8145c75d40d6beaeb1a.tar.bz2 opensim-SC-a23be00bf359c9e15a63d8145c75d40d6beaeb1a.tar.xz |
ohh we have build instructions on git also ;)
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 25 |
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 | ||
12 | Prereqs: | 12 | Prereqs: |
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 | ||
20 | From the distribution type: | 18 | From 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 | |||
33 | From the distribution type: | ||
34 | * ./runprebuild.sh | ||
35 | * type monodevelop OpenSim.sln | ||
36 | 29 | ||
37 | # References | 30 | # References |
38 | 31 | ||