Changeset 788 for ThirdParty/Glpk/trunk/INSTALL.Glpk
- Timestamp:
- Nov 24, 2007 9:19:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/INSTALL.Glpk
r736 r788 14 14 You may download 15 15 16 ftp://ftp.gnu.org/gnu/glpk/glpk-4.2 3.tar.gz16 ftp://ftp.gnu.org/gnu/glpk/glpk-4.24.tar.gz 17 17 18 18 and unpack it in this directory: 19 19 20 gunzip glpk-4.2 3.tar.gz21 tar xf glpk-4.2 3.tar20 gunzip glpk-4.24.tar.gz 21 tar xf glpk-4.24.tar 22 22 23 Finallyyou need to rename the directory24 glpk-4.2 323 Then you need to rename the directory 24 glpk-4.24 25 25 into 26 26 glpk 27 27 . 28 29 Finally you apply a small patch file 30 patch -p0 < glpk.patch 31 .
Note: See TracChangeset
for help on using the changeset viewer.