diff --git a/BUILDING.md b/BUILDING.md index aa8d87cfd2..01ace572c2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -2,11 +2,11 @@ get or update source from git - git clone git://opensimulator.org/git/opensim + `git clone git://opensimulator.org/git/opensim` change to dotnet6 test branch - git checkout dotnet6 + `git checkout dotnet6` # Building on Windows @@ -42,7 +42,7 @@ Now just run `OpenSim.exe` from the `bin` folder, and set up the region. then run - dotnet build --configuration Release OpenSim.sln + `dotnet build --configuration Release OpenSim.sln` copy file bin/System.Drawing.Common.dll.linux to bin/System.Drawing.Common.dll @@ -51,6 +51,7 @@ Configure. See below run `./opensim.sh` from the `bin` folder, and set up the region + # Configure # ## Standalone mode ## Copy `OpenSim.ini.example` to `OpenSim.ini` in the `bin/` directory, and verify the `[Const]` section, correcting for your case.