mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
cosmetics
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user