SDPA-GMP 7.1.2 Install Manual [Copyright (C) 2009 SDPA Project] This text explains how to install the SDPA-GMP. If you have questions on the installation, please contact us from http://sdpa.indsys.chuo-u.ac.jp/sdpa/contact.html --- index ------------------------------------ 1. Install the GMP library 2. Install the SDPA-QD or the SDPA-DD ---------------------------------------------- 1. Install the GMP library If the GMP library is not installed on your computer, you need to install the GMP library before making the SDPA-GMP. (1) Download the GMP library from the following web site; http://gmplib.org/ (2) configure && make && make install Assume that GMP library is installed into /usr/local/gmp. $ tar xvzf gmp-4.x.x.tar.gz $ cd gmp-4.x.x $ ./configure --prefix=/usr/local/gmp --enable-cxx $ make $ make check $ make install 2. Install the SDPA-GMP (1) Download SDPA-QD or SDPA-DD from the SDPA Homepage; http://homepage.mac.com/klabtitech/sdpa-homepage/download.html or http://sdpa.indsys.chuo-u.ac.jp/sdpa/download.html (2) configure && make Assume that the GMP library is installed into /usr/local/gmp. $ tar xvzf sdpa-gmp.7.1.2.src.(date).tar.gz $ cd sdpa-gmp-7.1.2 $ ./configure --with-gmp-includedir=/usr/local/gmp/include --with-gmp-libdir=/usr/local/gmp/lib $ make