]> git.siccegge.de Git - frida/web.git/blob - src/download.txt
919cfe145d1038a766e970be1b71c0d6458f86a8
[frida/web.git] / src / download.txt
1 restindex
2 page-title: Download
3 /restindex
4
5 Binary Packages
6 ---------------
7
8 Currently no binaries are created. This will change once frida grows
9 up and gets a release.
10
11 Getting the sourcecode
12 ----------------------
13
14 Source code is available in git (GitWeb_).::
15
16 git clone https://git.siccegge.de/frida/frida.git
17
18 Building Frida
19 --------------
20
21 Frida requires several libraries to build, including
22
23 + LLVM 3.5
24 + Qt >= 5.1
25 + guile-2.0
26 + log4cxx
27 + quazip
28 + gtest
29 + gmock
30 + cmake
31
32 On debian jessie, the following command should do:
33
34 .. code-block:: bash
35
36 apt-get install libquazip-qt5-dev liblog4cxx10-dev qtbase5-dev guile-2.0-dev google-mock cmake g++ llvm-3.5-dev
37
38
39 Building itself works just as you would expect for a cmake project: ::
40
41 cmake .
42 make -j
43 ./frida
44
45 .. _GitWeb: https://git.siccegge.de/?p=frida/frida.git