This is an autotools-based build system to build and install the GNU Linear Programming Kit (GLPK) as it is used by some COIN-OR projects.
-
Obtain the GLPK source code.
Note: It is YOUR RESPONSIBILITY to ensure that you are entitled to download and use this third party package.
The shell script
get.Glpk
can be used to automatically download and extract the GLPK source code. The script will attempt to download a specific GLPK version from http://ftp.gnu.org/gnu/glpk.The script requires wget, curl, or fetch to be available on the system and in the shells search path (
$PATH
). -
Run
./configure
. Use./configure --help
to see available options. -
Run
make
to build the GLPK library. -
Run
make test
to test the GLPK library. -
Run
make install
to install the GLPK library and header files.