Changes between Version 212 and Version 213 of CompileOnWindows


Ignore:
Timestamp:
Jan 25, 2012, 3:58:51 AM (12 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v212 v213  
    1141141. 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`)
    115115
    116 2. Move extra DLLs to `c:\osgeo4w\bin`
     1162. Copy extra DLLs to `c:\osgeo4w\bin`
    117117
    118118{{{
    119119cd /osgeo4w/apps/msys/bin
    120 mv libintl3.dll libiconv2.dll regex2.dll /osgeo4w/bin
     120cp libintl3.dll libiconv2.dll regex2.dll /osgeo4w/bin
    121121}}}
    122122== Compiling and Installing GRASS (6.4.x) ==