Rev | Line | |
---|
[430] | 1 | Installation of Glpk subroutines within COIN-OR. |
---|
| 2 | |
---|
| 3 | ********************************************************************** |
---|
| 4 | Note: It is YOUR RESPONSIBILITY to ensure that you are entitled to |
---|
| 5 | download and use this third party package. |
---|
| 6 | ********************************************************************** |
---|
| 7 | |
---|
| 8 | If you are working under Unix/Linux-like system and you have `wget' |
---|
[436] | 9 | installed, you can download the required source code for GLPK |
---|
[431] | 10 | by executing the included script `get.Glpk' in this directory. |
---|
[430] | 11 | |
---|
| 12 | Otherwise, follow those instructions: |
---|
| 13 | |
---|
| 14 | You may download |
---|
| 15 | |
---|
[2711] | 16 | ftp://ftp.gnu.org/gnu/glpk/glpk-4.48.tar.gz |
---|
[430] | 17 | |
---|
| 18 | and unpack it in this directory: |
---|
| 19 | |
---|
[2711] | 20 | gunzip glpk-4.48.tar.gz |
---|
| 21 | tar xf glpk-4.48.tar |
---|
[430] | 22 | |
---|
[788] | 23 | Then you need to rename the directory |
---|
[2711] | 24 | glpk-4.48 |
---|
[436] | 25 | into |
---|
| 26 | glpk |
---|
[437] | 27 | . |
---|
[788] | 28 | |
---|
| 29 | Finally you apply a small patch file |
---|
| 30 | patch -p0 < glpk.patch |
---|
[2711] | 31 | . |
---|
Note: See
TracBrowser
for help on using the repository browser.