X-Git-Url: https://git.siccegge.de//index.cgi?p=software%2FDIPE.git;a=blobdiff_plain;f=doc%2Fsource%2Finstall.rst;fp=doc%2Fsource%2Finstall.rst;h=c7cc5f61ff02bdc16e13668e76fc6a67d9bb40e0;hp=0000000000000000000000000000000000000000;hb=228b4f8c2255acb701fd669161f62c1f777a0a98;hpb=2d85aad0494ae9dbfec3cfa7bac0883b5983cc92 diff --git a/doc/source/install.rst b/doc/source/install.rst new file mode 100644 index 0000000..c7cc5f6 --- /dev/null +++ b/doc/source/install.rst @@ -0,0 +1,16 @@ +Installation +============ + +Get the code from `git.siccegge.de +`_. +Installing dependencies on debian requires a manual installation of +`PBC `_ and the packages ``googletest +cmake nettle-dev libgmp-dev``. Standard out-of-tree-build via:: + + mkdir build + cd build + cmake .. + make -j + +The googletest integration is expected to need manual fiddling on +non-Debian and probably also on Debian systems.