From 6d10bef6a145197f98a62f0bc9b8bbe3dff8ecd6 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 30 Oct 2022 20:14:22 +0000 Subject: [PATCH] update building.md for dotnet6 --- BUILDING.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index b40e8c0d49..6fc7e2c115 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -37,18 +37,24 @@ 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) + * libgdiplus + + if you have mono 6.x complete, you already have libgdiplus, otherwise you need to install it + for example on debian: + `apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev` ### Building To create the project files, run: `./runprebuild.sh` + + copy file bin/System.Drawing.Common.dll.linux to bin/System.Drawing.Common.dll 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