From d8857148e690936e54f1fbc8d0193a8ee0d4dcc1 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Thu, 16 Jan 2003 09:54:54 +0000 Subject: Initial revision git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@2 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- INSTALL | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..487cff3 --- /dev/null +++ b/INSTALL @@ -0,0 +1,56 @@ + Installing MPC + ============== + +0. You first need to install GMP. See . + MPC requires GMP version 4.1 or later. + + You need to configure GMP with --enable-mpfr, to install the MPFR + library, too. + +1. In the MPC build directory, type + + make + + This assumes that GMP is installed into /usr/local. + + Otherwise, type + + make GMP= + + where is the directory where you installed GMP. The GMP + header files like gmp.h are then expected to be in /include, + and the GMP library files like libgmp.a in /lib. + + It is also possible to specify a separate directory for MPFR by + + make GMP= MPFR= + + which allows to use a newer version of MPFR. + +2. Type + + make check + + resp. + + make check GMP= + + resp. + + make check GMP= MPFR= + + to produce and run the test files (please check that /lib + is first in your LD_LIBRARY_PATH environment variable if you use the dynamic + GMP libraries, or compile the test files with the -static option). + +3. Type + + make mpc.dvi + + or + make mpc.ps + + to produce the documentation in DVI or Postscript format. + +In case of difficulties, send a description of the problem to +. -- cgit v1.2.1