From 295e91b8f44a356ab742dedd27c1b7edfe7b1157 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 22:15:41 +1000 Subject: Move cache, config, logs out of tree, and various related clean ups. --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILDING.md') diff --git a/BUILDING.md b/BUILDING.md index d8deeeb..1447bd0 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 bin/config-include + * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in ../../config/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 bin/config-include + * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in ../../config/config-include * run mono OpenSim.exe !* xbuild option switches !* clean: xbuild /target:clean -- cgit v1.1