X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=src%2Fdownload.txt;h=919cfe145d1038a766e970be1b71c0d6458f86a8;hb=cf1a5d286e9e0809947f8b0bee2fa22d2c0257f2;hp=01f08fc5775d334bb576c6e89880ec7e7a78653e;hpb=ce6e83f59e851eed3948eb1f3ce721c16eecd55a;p=frida%2Fweb.git diff --git a/src/download.txt b/src/download.txt index 01f08fc..919cfe1 100644 --- a/src/download.txt +++ b/src/download.txt @@ -13,7 +13,7 @@ Getting the sourcecode Source code is available in git (GitWeb_).:: - git clone https://git.siccegge.de/frida.git + git clone https://git.siccegge.de/frida/frida.git Building Frida -------------- @@ -24,12 +24,22 @@ Frida requires several libraries to build, including + 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.git;a=summary +.. _GitWeb: https://git.siccegge.de/?p=frida/frida.git