mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 06:26:09 -07:00
Tweaking BUILDING.md for updated location of build output.
This commit is contained in:
parent
852de44c4c
commit
ffe8aa7b1d
1 changed files with 8 additions and 8 deletions
16
BUILDING.md
16
BUILDING.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue