Working with the git development tree of Frida.
For the simpler standard build procedure, see build.
Besides the software needed for building Frida, the following is required:
Then
git clone git://apps.jcns.fz-juelich.de/jwu-varia.git/ git clone git://apps.jcns.fz-juelich.de/frida.git/
will create folders jwu-varia and frida in the current directory. The Frida source is in frida/pub. jwu-varia provides libraries in the subdirectories kww, lmfit, read-plus, yampl-cpp-at. Other subdirectories are of no importance for Frida.
Go to each of these subdirectories and run
./configure make make install # as root
To modify makefiles, one more software requirement:
Then run
autoreconf -fi