Helion-Engine / Helion

A modern fast paced Doom FPS engine
GNU General Public License v3.0
86 stars 9 forks source link

[Linux/Ubuntu] Stock instructions need updating for .NET 8 #568

Closed MartinHowe426 closed 3 months ago

MartinHowe426 commented 4 months ago

On a fresh install of Linux Mint, followed the instructions in the Readme. All is well until I try to run the build script; then the error "./Scripts/build.sh: line 3: dotnet: command not found" occurs. This can be fixed by installing dotnet7 from the apt package manager; but that fails with a compiler error on the new collection expressions feature. Building with .NET 8 and its SDK fixes the problem and it doesn't seem to need dotnet8 be installed explicitly.

So please can the build instructions for Ubuntu be updated accordingly?

sudo apt install dotnet-sdk-8.0 libfluidsynth-dev libopenal-dev

nstlaurent commented 3 months ago

Updated readme, thanks.