From 58fa19f84b10d32e67167e979f8733ef0619e4da Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 20 Feb 2017 23:35:59 -0500 Subject: [PATCH] Added libtommath dep --- docs/User-Manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 9a2fde14..1bff3a9f 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -44,6 +44,8 @@ The following packages are required: wget http://concurrencykit.org/releases/ck-0.5.0.tar.gz tar xfz ck-0.5.0.tar.gz ; cd ck-0.5.0 ; ./configure && make all && sudo make install sudo ldconfig + +- [LibTomMath](https://github.com/libtom/libtommath) - Again, this library should be available via package manager, and that is the recommended installation method. # Installation