From: Christoph Egger Date: Fri, 20 Feb 2015 12:43:47 +0000 (+0100) Subject: add apt-get line for additional ease X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fweb.git;a=commitdiff_plain;h=cf1a5d286e9e0809947f8b0bee2fa22d2c0257f2 add apt-get line for additional ease --- diff --git a/src/download.txt b/src/download.txt index 5a924e2..919cfe1 100644 --- a/src/download.txt +++ b/src/download.txt @@ -29,6 +29,13 @@ Frida requires several libraries to build, including + 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 .