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