Added libtommath dep

This commit is contained in:
Justin Ethier 2017-02-20 23:35:59 -05:00
parent a6a0667b1c
commit 58fa19f84b

View file

@ -45,6 +45,8 @@ The following packages are required:
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
Cyclone cannot be built directly on a system that does not have Cyclone binaries installed because the compiler is [self-hosting](https://en.wikipedia.org/wiki/Self-hosting). The easiest way to install Cyclone binaries is to build from source using [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap):