Compile for Linux from Windows Host

I recently published my Plugin on Github: GitHub - CubE135/AutoMute: A Teamspeak 3 Plugin, that automatically mutes you when joining a server
Now, someone asked if i could somehow compile it for linux.
As i only work with Windows, im wondering if there is a way to do it from my windows computer?

Thanks in advance :slight_smile:

Personally, I let GitHub handle the compiling and releasing of my Plugins.
Using CMake (instead of native VS solutions) is imho much easier and allows for easy Cross-Platform capabilities.
You can look at my template here: GitHub - Gamer92000/TeamSpeak3-Qt-Plugin-Template: A simple Qt plugin to demonstrate a full toolchain.

It includes a workflow for compile and release.

3 Likes

Sounds interesting, i will take a look at it :slight_smile: