Hello,
I've managed to build FFS for RHEL 6 and RHEL 7.
The trick to build FFS on Linux is that you need libraries that are newer that what Linux distributions usually provide:
- A modern C++ compiler (I've used GCC 6.3)
- A modern Boost library (I've used Boost 1.65.1)
- A modern wxWidget library ...