Question / Help Is FTL exclusively feature for Windows platform?

Tuna

Member
It should be available for Linux too. It is however an optional feature. When the FTL SDK lib and header files are found support for it will be build. If not, it will be compiled without FTL support.
 

Harold

Active Member
It will work on ubuntu installs from the official ppa.
We cannot guarantee anything beyond that.
 

Tuna

Member
OBS uses its own copy of the FTL library and statically links it in its output module. That approach works just fine. If you wish to use system provided FTL libraries instead you need to change the CMakeLists.txt to reflect that..
 

Harold

Active Member
From their own entry in the bug report, the FTL code is NOT broken. They just have their FTL libraries in a different/the wrong spot relative to the build code.
 
Top