Tweaking BUILDING.md for updated location of build output.

This commit is contained in:
Mike Dickson 2023-01-30 01:05:51 -05:00
parent 852de44c4c
commit ffe8aa7b1d

View file

@ -22,7 +22,7 @@ Load the generated OpenSim.sln into Visual Studio .NET and build the solution.
Configure, see below
Now just run `OpenSim.exe` from the `bin` folder, and set up the region.
The resulting build will be generated to ./build/{Debug|Release}/
# Building on Linux / Mac
@ -46,13 +46,13 @@ format for Msbuild which is simplified and really directly replaces what prebuil
Configure. See below
run `./opensim.sh` from the `bin` folder, and set up the region
For rebuilding and debugging use the msbuild option switches
* clean: `msbuild /target:clean`
* debug: (default) `msbuild /property:Configuration=Debug`
* release: `msbuild /property:Configuration=Release`
The resulting build will be generated to ./build/{Debug|Release}/
For rebuilding and debugging use the dotnet command options
* clean: `dotnet clean
* restore: dotnet restore
* debug: dotnet build --configuration Debug
* release: dotnet build --configuration Release
# Configure #
## Standalone mode ##
@ -78,4 +78,4 @@ and copy the `GridCommon.ini.example` file to `GridCommon.ini` inside the `bin/c
# References
* http://opensimulator.org/wiki/Configuration
* http://opensimulator.org/wiki/Configuration