deathkiller / jazz2

🎮 · Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2
https://deat.tk/jazz2/
GNU General Public License v3.0
492 stars 18 forks source link

How to compile/run with .Net 5 on Linux? #54

Closed xcom169 closed 3 years ago

xcom169 commented 3 years ago

Hello!

How to compile/run with .Net 5 on Linux? The desktop.zip only working with Mono, right? I need to build the .sln file with dotnet build .. ?

Thanks!

deathkiller commented 3 years ago

Hi, I haven't tried .NET 5 yet. There is Jazz2.DotNetCore.csproj for .NET Core 3 in Jazz2 directory, but it's very long time ago when I tried .NET Core 3, so I don't know. Also, I'm not sure that all used libraries are compatible with .NET 5, but you can try it.

deathkiller commented 3 years ago

I created new solution Jazz2.NET5.sln with .NET 5.0 projects, so it can be compiled now, but some files are missing and must be copied to output directory manually. It's not recommended to use .NET 5.0 (instead of Mono), because it has lower performance, especially in intro video.

xcom169 commented 3 years ago

Thank you very much!