]> git.siccegge.de Git - frida/frida.git/blob - README
Add doc repo as submodule
[frida/frida.git] / README
1 FrIDa
2 =====
3
4 Building
5 --------
6
7 FrIDa uses cmake. To build it you can do the following
8
9 .. code-block::
10 bash
11
12 mkdir build
13 cd build
14 cmake -DCMAKE_BUILD_TYPE=Release ..
15 make -j
16 make install
17
18 If you do not want to install frida, you can runn it locally. However
19 you need to add the ``build`` directory to ``LD_LIBRARY_PATH``
20
21 For details refer to https://doc.frida.xyz
22
23 Bug Reports
24 -----------
25
26 Bugs can be reported at https://projects.faui2k9.de/tag/frida/ or via
27 mail to christoph@frida.xyz
28
29 ..
30 Local Variables:
31 mode: rst
32 End: