Compile C# .NET 5.0 Apps in Linux (or macOS)

Channel:
Subscribers:
106
Published on ● Video Link: https://www.youtube.com/watch?v=Ipf8dB8KqNI



Duration: 16:39
5,770 views
34


Using dotnet 5.0 to compile C# application originally used in Windows to Linux, and by extension, to macOS. Start by installing dotnet: sudo apt install dotnet --classic

This example uses the pakcomposer program as an example to unpack files commonly found in the "Tales of" game series. Together with comptoe.exe, this program unpacks files, and if needed, decompresses unpacked files further with comptoe.

Hopefully, this can increase awareness of these projects and have non-Windows users contribute to making a patch sooner!

Repositories:
https://github.com/pnvnd/pakcomposer
https://github.com/pnvnd/comptoe