From 28ee0816d408f11a924adfb7dcf97a1b9e47041c Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 16 Oct 2020 17:37:52 +0100 Subject: [PATCH] make some changes --- BUILDING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 317e76199a..f3a8703f9f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -42,7 +42,8 @@ For rebuilding and debugging use the msbuild option switches * release: `msbuild /property:Configuration=Release` -# Configure a Standalone +# Configure a Standalone # +## Standalone mode ## Copy `OpenSim.ini.example` to `OpenSim.ini` in the `bin/` directory, and verify the `[Const]' section, correcting for your case. On `[Architecture]` section uncomment only the line with Standalone.ini if you do now want HG, or the line with StandaloneHypergrid.ini if you do @@ -52,7 +53,7 @@ copy the `StandaloneCommon.ini.example` to `StandaloneCommon.ini` in the `bin/co The StandaloneCommon.ini file describes the database and backend services that OpenSim will use, and is set to use sqlite by default, which requires no setup. -# Configure in grid mode +## Grid mode ## Each grid may have its own requirements, so FOLLOW your Grid instructions! in general: Copy `OpenSim.ini.example` to `OpenSim.ini` in the `bin/` directory, and verify the `[Const]' section, correcting for your case