From c29b241a92acbdacb53886dcdc875dea2dc904c6 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 2 Oct 2022 12:16:00 +0100 Subject: [PATCH] update the building steps --- BUILDING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index b577cd77e7..acebe240aa 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,3 +1,9 @@ +#git clone +get or update source from git + git clone git://opensimulator.org/git/opensim +change to dotnet6 test branch + git checkout dotnet6 + # Building on Windows ## Requirements @@ -11,6 +17,7 @@ ```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 @@ -28,6 +35,7 @@ Now just run `OpenSim.exe` from the `bin` folder, and set up the region. ```./runprebuild.sh``` 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