Don't use this for any serious purpose, really. This is a fun implementation with the primary goal of learning.
- FLINT (compiled with gmp and mpfr)
- glib-2.0
- lz4 (https://code.google.com/p/lz4)
- cunit (for the tests only)
- doxygen (for the documentation only)
- pkgconfig (for the build only)
Run make to build.
Run make check to run the test suite.
Run make install to install.
Run make doc . The result will be in the doxygen/html/ subfolder.
