From 91ee634c1709d3722ce71ba766f3da56b374147a Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 19 Mar 2015 01:40:44 +0100 Subject: [PATCH] Update requirements as verified by sbuild package build --- source/installing.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/source/installing.rst b/source/installing.rst index bca5a79..e1fb8f0 100644 --- a/source/installing.rst +++ b/source/installing.rst @@ -9,20 +9,24 @@ Build requirements Frida requires the following packages for building +* cmake +* pkg-config * LLVM 3.5 -* Qt >= 5.1 -* guile-2.0 +* Qt5 (5.2 or newer preferred) +* QuaZIP * log4cxx -* quazip -* gtest -* gmock -* cmake +* guile-2.0 +* google-mock +* swig +* Boost (signals2) +* libedit (through LLVM) On a debian (jessie) system this works with the following command: .. 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 + apt install cmake pkg-config llvm-3.5-dev libquazip-qt5-dev liblog4cxx10-dev qtbase5-dev guile-2.0-dev google-mock swig libboost-dev libedit-dev + Note that version 3.5 of LLVM is required. -- 2.39.2