How to comple the ducker Teamspeak3 plugin (https://github.com/thorwe/teamspeak-plugin-ducker) for linux.
Mor or less follow the compile instuctions in https://github.com/thorwe/teamspeak-plugin-ducker#compiling-yourself.
Since we a are only interested in x64, obly create and go into the build64 folder.
the call cto cmake does not need any of the arguments that are stated, only cmake ...
Call make.
For the error that complains about random stuff and mentions "fpermissive", go to
deps/teamspeak-plugin-qt-common/CMakeLists.txt and add set(CMAKE_CXX_FLAGS "-fpermissive") somewahre in the top lines.
Call make again and it should (hopefully) compile successfully.