Add Apache License version 2.0.
[pbc.git] / INSTALL
blob277b154e7a76a18d7c3a7ecd7c77014c50e8c6a6
1 INSTALLING THE PBC LIBRARY
2 ==========================
4 The PBC library needs the GMP library, which can be found at:
6   https://gmplib.org/
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.
17 ./configure
18 make
19 make install