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.Glpkcan 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 --helpto see available options. -
Run
maketo build the GLPK library. -
Run
make testto test the GLPK library. -
Run
make installto install the GLPK library and header files.