Next: Download External Code
Up: Getting the IPOPT Code
Previous: Getting the IPOPT code
Contents
To use the tarball, follow the steps below:
- Download the desired tarball from
http://www.coin-or.org/download/source/Ipopt, it has the form Ipopt-x.y.z.tgz, where x.y.z is the version
number, such as 3.5.1. There might also be daily snapshot
from the stable branch. The number of the latest official release
can be found on the IPOPT Trac page.
- Issue the following commands to unpack the archive file:
$ gunzip Ipopt-x.y.z.tgz
$ tar xvf Ipopt-x.y.z.tar
Note: The $ indicates the command line
prompt, do not type $, only the text following it.
- Rename the directory you just extracted:
$ mv Ipopt-x.y.z CoinIpopt
- Change into the root directory of the IPOPT distribution
$ cd CoinIpopt
In the following, ``$IPOPTDIR'' will refer to the directory in
which you are right now (output of pwd).
Andreas Waechter
2008-08-26