blob: 84180c781614a36d92ef2b6e4223429f08d96693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INSTALLING THE PBC LIBRARY
==========================
The PBC library needs the GMP library, which can be found at
http://www.swox.com/gmp/
This build system has been tested and works on Linux and Mac OS X with a
fink installation. You may need to specify paths via LDFLAGS and
CPPFLAGS if libraries are located in places other than the default
assumed in configure.ac. See ./configure --help for more information.
./configure
make
make install
|