Changes between Version 3 and Version 4 of pkg-msys


Ignore:
Timestamp:
Feb 8, 2012, 7:31:07 AM (12 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pkg-msys

    v3 v4  
    8080 * '''readline''' from [http://sourceforge.net/projects/gnuwin32/files/readline/5.0-1/readline-5.0-1-bin.zip/download here]
    8181
    82 1. Unpack to `c:\osgeo4w\apps\msys`  (the content of the sub-folders in the zip-files - ''bin'', ''share'' have to be copied into the related sub-folders of `c:\osgeo4w\apps\msys`)
     82Unpack to `c:\osgeo4w\apps\msys`  (the content of the sub-folders in the zip-files - ''bin'', ''share'' have to be copied into the related sub-folders of `c:\osgeo4w\apps\msys`)
    8383
    84 2. Copy extra DLLs to `c:\osgeo4w\bin`
    85 
    86 {{{
    87 cd /osgeo4w/apps/msys/bin
    88 cp libintl3.dll libiconv2.dll regex2.dll /osgeo4w/bin
    89 }}}