diff options
author | root | 2019-05-19 20:09:29 +1000 |
---|---|---|
committer | root | 2019-05-19 20:09:29 +1000 |
commit | a3c07558c88b6303f4454bdcf6a6849a18b086d0 (patch) | |
tree | 8260dae7be4412b6f9682bc33de8f3eb7d7c87e7 /BUILDING.md | |
parent | Update URL in readme. (diff) | |
download | opensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.zip opensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.tar.gz opensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.tar.bz2 opensim-SC_OLD-a3c07558c88b6303f4454bdcf6a6849a18b086d0.tar.xz |
Building comment++
Diffstat (limited to '')
-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();" | ||