]> git.siccegge.de Git - frida/web.git/blob - src/download.txt
Add download page
[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.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 + cmake
28
29 Building itself works just as you would expect for a cmake project: ::
30
31 cmake .
32 make -j
33 ./frida
34
35 .. _GitWeb: https://git.siccegge.de/?p=frida.git;a=summary