Installation

Software requirements

To compile endfx you will need These should be available as packages for your Linux distribution, if they are not installed by default.

Getting the source

At present, you can only get endfx via a SVN checkout:
svn co https://screenhack.svn.sourceforge.net/svnroot/screenhack/endfx

Compilation

You will need to make a build subdirectory and run cmake:
cd endfx
mkdir build
cd build
cmake ../
make
If you have a PC with N cores, use
make -jN+1
to speed up compilation.

Installation

This is still not automated. A directory called endfx will be made in your home directory. The executable will be in the bin subdirectory. The share directory contains plugins used by endfx.