From ae96e283bd9577c620bf7322b8897c2a76830681 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 2 Oct 2022 12:29:32 +0100 Subject: [PATCH] cosmetics --- BUILDING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index abb2e68153..aa8d87cfd2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,6 +22,7 @@ change to dotnet6 test branch ```runprebuild.bat``` Load the generated OpenSim.sln into Visual Studio and build the solution. + copy file bin\System.Drawing.Common.dll.win to bin\System.Drawing.Common.dll Configure, see below @@ -39,7 +40,10 @@ Now just run `OpenSim.exe` from the `bin` folder, and set up the region. ```./runprebuild.sh``` - then run dotnet build --configuration Release OpenSim.sln + then run + + dotnet build --configuration Release OpenSim.sln + copy file bin/System.Drawing.Common.dll.linux to bin/System.Drawing.Common.dll Configure. See below