MPFRCPP Installation

To use MPFRCPP you should download and install GMP and MPFR.

GMP should be made with C++ features support.

GMP and MPFR come with GNU Automake files and documentation on installation on GNU system. If you are using Microsoft Windows, you could try GMP and MPFR port for Microsoft Visual Studio 2005 by Brian Gladman.

To use MPFRCPP you need to place sources in the mpfrcpp and nacre subdirectories of some root directory of compiler include path (/usr/include/ or /usr/local/include/).

The only one file you need to embed in static library is mpfrcpp/initialization.cpp. However it is optional and you could drop it if you want to drop pre-defined MPFRCPP global objects.