cosmetics

This commit is contained in:
UbitUmarov
2022-10-02 13:36:17 +01:00
parent 34aa667096
commit 33d30e6859

View File

@@ -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.