From 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 21:24:15 +1000 Subject: Dump OpenSim 0.9.0.1 into it's own branch. --- BUILDING.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index d5770f3..d8deeeb 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -4,7 +4,7 @@ Steps: * runprebuild.bat * Load OpenSim.sln into Visual Studio .NET and build the solution. * chdir bin - * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include + * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include * run OpenSim.exe # Building on Linux @@ -21,7 +21,7 @@ From the distribution type: * ./runprebuild.sh * nant (or !* xbuild) * cd bin - * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in config/config-include + * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include * run mono OpenSim.exe !* xbuild option switches !* clean: xbuild /target:clean @@ -38,12 +38,3 @@ From the distribution type: Helpful resources: * http://opensimulator.org/wiki/Build_Instructions - - -# For Devuan ASCII (and likely Debian Stretch) - - * xbuild /p:TargetFrameworkVersion="v4.5" - -For the shutdown hang, see - - http://opensimulator.org/mantis/view.php?id=7743 - "Now for my purposes, I have replaced all instances of Environment.Exit, in ServicesServerBase.cs and BaseOpenSimServer.cs with System.Diagnostics.Process.GetCurrentProcess().Kill();" -- cgit v1.1