aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authoronefang2019-05-19 21:24:15 +1000
committeronefang2019-05-19 21:24:15 +1000
commit5e4d6cab00cb29cd088ab7b62ab13aff103b64cb (patch)
treea9fbc62df9eb2d1d9ba2698d8552eae71eca20d8 /BUILDING.md
parentAdd a build script. (diff)
downloadopensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.zip
opensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.gz
opensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.bz2
opensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.xz
Dump OpenSim 0.9.0.1 into it's own branch.
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/BUILDING.md b/BUILDING.md
index d5770f3..d8deeeb 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -4,7 +4,7 @@ Steps:
4 * runprebuild.bat 4 * runprebuild.bat
5 * Load OpenSim.sln into Visual Studio .NET and build the solution. 5 * Load OpenSim.sln into Visual Studio .NET and build the solution.
6 * chdir bin 6 * chdir bin
7 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/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
@@ -21,7 +21,7 @@ From the distribution type:
21 * ./runprebuild.sh 21 * ./runprebuild.sh
22 * nant (or !* xbuild) 22 * nant (or !* xbuild)
23 * cd bin 23 * cd bin
24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include 24 * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
25 * run mono OpenSim.exe 25 * run mono OpenSim.exe
26 !* xbuild option switches 26 !* xbuild option switches
27 !* clean: xbuild /target:clean 27 !* clean: xbuild /target:clean
@@ -38,12 +38,3 @@ From the distribution type:
38 38
39Helpful resources: 39Helpful resources:
40* http://opensimulator.org/wiki/Build_Instructions 40* http://opensimulator.org/wiki/Build_Instructions
41
42
43# For Devuan ASCII (and likely Debian Stretch)
44
45 * xbuild /p:TargetFrameworkVersion="v4.5"
46
47For the shutdown hang, see -
48 http://opensimulator.org/mantis/view.php?id=7743
49 "Now for my purposes, I have replaced all instances of Environment.Exit, in ServicesServerBase.cs and BaseOpenSimServer.cs with System.Diagnostics.Process.GetCurrentProcess().Kill();"