aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-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();"