updated INSTALL and doc/INSTALL
[polylib.git] / INSTALL
blob5143babfb7c0b1356b8da4ef4d97a718726711f7
1 Basic installation procedure.
3 You need the GNU tools : aclocal, autoconf, automake (some old versions do not work), libtool.
5 First, build your configure, ltmain.sh and Makefile scripts with autogen.sh
6 Then, you can run the scripts 
8 ./configure [options]
10 make
12 make install
16 The options for "configure" are given by 
17 ./configure --help
19 Specific options to PolyLib are:
20   --enable-int-lib        Build an int library
21   --enable-longint-lib    Build a long int library
22   --enable-longlongint-lib Build a long long int library
23   --enable-extra-suffix   Add bits size suffix to executables
24   --with-libgmp           DIR Location of the GMP Distribution
25   --with-doxygen          DIR Location of the Doxygen Distribution (http://www.doxygen.org)
26 You may want to specify:
27   --prefix=/usr