]> git.siccegge.de Git - software/DIPE.git/blob - doc/source/install.rst
update documentation
[software/DIPE.git] / doc / source / install.rst
1 Installation
2 ============
3
4 Get the code from `git.siccegge.de
5 <https://git.siccegge.de/?p=software/DIPE.git;a=summary>`_.
6 Installing dependencies on debian requires a manual installation of
7 `PBC <https://crypto.stanford.edu/pbc/>`_ and the packages ``googletest
8 cmake nettle-dev libgmp-dev``. Standard out-of-tree-build via::
9
10 mkdir build
11 cd build
12 cmake ..
13 make -j
14
15 The googletest integration is expected to need manual fiddling on
16 non-Debian and probably also on Debian systems.