SDPA-QD and SDPA-DD 7.1.2 Install Manual [Copyright (C) 2009 SDPA Project] This text explains how to install SDPA-QD and SDPA-DD. 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 qd library 2. Install the SDPA-QD or the SDPA-DD ---------------------------------------------- 1. Install the qd library (1) Download the qd library from the following web site; http://www.eecs.berkeley.edu/~yozo/software/ (2) configure && make && make install Assume that the qd library is installed into /usr/local/qd. $ tar xvzf qd-2.x.x.tar.gz $ cd qd-2.x.x $ ./configure --prefix=/usr/local/qd $ make $ make check $ make install 2. Install the SDPA-QD or the SDPA-DD (1) Download the SDPA-QD or the 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 qd library is installed into /usr/local/qd. A: SDPA-QD $ tar xvzf sdpa-qd.7.1.2.src.(date).tar.gz $ cd sdpa-qd-7.1.2 $ ./configure --with-qd-includedir=/usr/local/qd/include --with-qd-libdir=/usr/local/qd/lib $ make B: SDPA-DD $ tar xvzf sdpa-dd.7.1.2.src.(date).tar.gz $ cd sdpa-dd-7.1.2 $ ./configure --with-qd-includedir=/usr/local/qd/include --with-qd-libdir=/usr/local/qd/lib $ make