diff options
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 9 |
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 | ||
39 | Helpful resources: | 39 | Helpful 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 | |||
47 | For 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();" | ||