make
bliss as well as the library file libbliss.a that can be linked in other programs. If you have the GNU Multiple Precision Arithmetic Library (GMP) installed in your machine, you can also use make gmp
When linking the bliss library libbliss.a in other programs, remember to include the standard c++ library (and the GMP library if you compiled bliss to include it). For instance,
gcc -o test test.c -lstdc++ -lgmp -lbliss
1.5.1