Changeset 436 for ThirdParty/Glpk/trunk/INSTALL.Glpk
- Timestamp:
- Jul 25, 2007 10:46:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/INSTALL.Glpk
r431 r436 7 7 8 8 If you are working under Unix/Linux-like system and you have `wget' 9 installed, you can download edthe required source code for GLPK9 installed, you can download the required source code for GLPK 10 10 by executing the included script `get.Glpk' in this directory. 11 11 … … 14 14 You may download 15 15 16 ftp://ftp.gnu.org/gnu/glpk/glpk-4.1 7.tar.gz16 ftp://ftp.gnu.org/gnu/glpk/glpk-4.19.tar.gz 17 17 18 18 and unpack it in this directory: 19 19 20 gunzip glpk-4.1 7.tar.gz21 tar xf glpk-4.1 7.tar20 gunzip glpk-4.19.tar.gz 21 tar xf glpk-4.19.tar 22 22 23 After this, you need to apply the patch file: 24 25 patch -p0 < glpk.patch 23 Finally you need to rename the directory 24 glpk-4.19 25 into 26 glpk 27 .
Note: See TracChangeset
for help on using the changeset viewer.