cosmetics

This commit is contained in:
UbitUmarov
2022-10-02 15:09:10 +01:00
parent 40ca47e28e
commit 1a548390b5

View File

@@ -1,12 +1,12 @@
#git clone
# git clone
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
@@ -18,12 +18,12 @@ change to dotnet6 test branch
or just
[dotnet 6.0 SDK, Runtime and Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
* [dotnet 6.0 SDK, Runtime and Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
### Building
To create the project files, run
runprebuild.bat
`runprebuild.bat`
Load the generated OpenSim.sln into Visual Studio and build the solution.
@@ -37,16 +37,16 @@ Now just run `OpenSim.exe` from the `bin` folder, and set up the region.
## Requirements
* [dotnet 6.0 SDK and Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
*[dotnet 6.0 SDK and Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
### Building
To create the project files, run:
./runprebuild.sh
`./runprebuild.sh`
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