Changes between Version 39 and Version 40 of pkg-msys
- Timestamp:
- 07/01/13 03:54:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-msys
v39 v40 30 30 1. Download [http://sourceforge.net/projects/mingw/files/latest/download latest installer]. Extract tarball into `C:\osgeo4w\apps\msys`. 31 31 32 2. Modify `c:\osgeo4w\apps\msys\msys.bat` 32 2. Move `c:\osgeo4w\apps\msys\msys\1.0` to `c:\osgeo4w\apps\msys` 33 34 3. Modify `c:\osgeo4w\apps\msys\msys.bat` 33 35 34 36 {{{ … … 78 80 }}} 79 81 80 3. Copy `c:\osgeo4w\apps\msys\etc\fstab.sample` to `c:\osgeo4w\apps\msys\etc\fstab` (without .sample)82 4. Copy `c:\osgeo4w\apps\msys\etc\fstab.sample` to `c:\osgeo4w\apps\msys\etc\fstab` (without .sample) 81 83 82 4. Modify `c:\osgeo4w\apps\msys\etc\fstab`84 5. Modify `c:\osgeo4w\apps\msys\etc\fstab` 83 85 84 86 {{{ … … 94 96 }}} 95 97 96 5. Download the MinGW packages:98 6. Download the MinGW packages: 97 99 (''[https://sourceforge.net/project/showfiles.php?group_id=2435 updates may be found here]'') 98 100 * '''bin-utils''' from [http://downloads.sourceforge.net/mingw/binutils-2.19.1-mingw32-bin.tar.gz here] … … 104 106 * '''w32api''' from [http://downloads.sourceforge.net/mingw/w32api-3.13-mingw32-dev.tar.gz here] (dev package only) 105 107 106 6. Download the latest '''make''' program compliant with the OSGeo4W framework from [http://downloads.sourceforge.net/mingw/make-3.81-MSYS-1.0.11-2.tar.bz2 here]108 7. Download the latest '''make''' program compliant with the OSGeo4W framework from [http://downloads.sourceforge.net/mingw/make-3.81-MSYS-1.0.11-2.tar.bz2 here] 107 109 (''future updates may be found [https://sourceforge.net/project/showfiles.php?group_id=2435 here]'') 108 110 109 7. 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`)111 8. 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`) 110 112 111 8. Close and re-open msys to reload the settings.113 9. Close and re-open msys to reload the settings. 112 114 113 115 === Pre-built Binaries ===