aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorroot2019-05-19 20:09:29 +1000
committerroot2019-05-19 20:09:29 +1000
commita3c07558c88b6303f4454bdcf6a6849a18b086d0 (patch)
tree8260dae7be4412b6f9682bc33de8f3eb7d7c87e7
parentUpdate URL in readme. (diff)
downloadopensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.zip
opensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.tar.gz
opensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.tar.bz2
opensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.tar.xz
Building comment++
-rw-r--r--BUILDING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index ee07411..d5770f3 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -38,3 +38,12 @@ 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();"