Archive comes with pre-build judith binary.

In order to make the app to work, you need to install fmod library:

http://www.fmod.org/index.php/download

1) Download, 2) extract and 3) "make install" as root


In order to build the binary yourself, you need to these depencies:

 - qmake
 - pkg-config
 - sdl
 - fmod 

First 3 depencies are available thru normal package management in most
modern distros.


TO BUILD:

qmake & make



TO RUN:

./judith

If that fails, try

LD_LIBRARY_PATH=/usr/local/lib ./judith

Thanks.


