]> git.siccegge.de Git - frida/web.git/commitdiff
add apt-get line for additional ease
authorChristoph Egger <christoph@christoph-egger.org>
Fri, 20 Feb 2015 12:43:47 +0000 (13:43 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Fri, 20 Feb 2015 12:43:47 +0000 (13:43 +0100)
src/download.txt

index 5a924e238054abf045fe40ba2be08510ee7d8c04..919cfe145d1038a766e970be1b71c0d6458f86a8 100644 (file)
@@ -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 .