Installation
Software requirements
To compile endfx you will need- Qt, version 4.3 or later
- OpenGL
- OpenAL
- libaudiofile
- libgphoto
- libcwd (optionally)
- cmake
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
mkdir build
cd build
cmake ../
make
make -jN+1
to speed up compilation.
Installation
This is still not automated. A directory calledendfx
will be made in your home directory. The executable will be in the bin
subdirectory. The share
directory contains plugins used by endfx.