1 INSTALLING THE PBC LIBRARY
2 ==========================
4 The PBC library needs the GMP library, which can be found at:
8 On Debian-based systems, simply run:
10 $ sudo apt-get install libgmp3-dev
12 This build system has been tested and works on Linux and Mac OS X with a
13 fink installation. You may need to specify paths via LDFLAGS and
14 CPPFLAGS if libraries are located in places other than the default
15 assumed in configure.ac. See ./configure --help for more information.