restindex page-title: Download /restindex Binary Packages --------------- Currently no binaries are created. This will change once frida grows up and gets a release. Getting the sourcecode ---------------------- Source code is available in git (GitWeb_).:: git clone https://git.siccegge.de/frida/frida.git Building Frida -------------- Frida requires several libraries to build, including + LLVM 3.5 + Qt >= 5.1 + guile-2.0 + log4cxx + quazip + gtest + gmock + cmake On debian jessie, the following command should do: .. code-block:: bash apt-get install libquazip-qt5-dev liblog4cxx10-dev qtbase5-dev guile-2.0-dev google-mock cmake g++ llvm-3.5-dev Building itself works just as you would expect for a cmake project: :: cmake . make -j ./frida .. _GitWeb: https://git.siccegge.de/?p=frida/frida.git