mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 13:37:33 +02:00
Added libtommath dep
This commit is contained in:
parent
a6a0667b1c
commit
58fa19f84b
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue