Changes between Version 21 and Version 22 of CompileOnWindows
- Timestamp:
- 03/18/09 21:30:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v21 v22 33 33 mkdir /c/osgeo4w/apps/msys/osgeo4w 34 34 }}} 35 3. Open c:\osgeo4w\apps\msys\etc\fstab.sample 36 37 4. Add the line below to the end of the file and save as fstab (without .sample) 35 3. Copy c:\osgeo4w\apps\msys\etc\fstab.sample to c:\osgeo4w\apps\msys\etc\fstab (without .sample) 36 37 4. Open c:\osgeo4w\apps\msys\etc\fstab 38 39 5. At line 16, change: 40 {{{ 41 c:/mingw /mingw 42 c:/ActiveState/perl /perl 43 }}} 44 To: 38 45 {{{ 39 46 c:/osgeo4w/ /osgeo4w 40 47 }}} 41 5. Restart msys 42 6. Download the MinGW packages: 48 6. Restart msys 49 50 7. Download the MinGW packages: 43 51 * '''mingw-runtime''' from [http://downloads.sourceforge.net/mingw/mingwrt-3.15.2-mingw32-dev.tar.gz here] 44 52 * '''mingw32-make''' from [http://downloads.sourceforge.net/mingw/mingw32-make-3.81-20080326-3.tar.gz here] … … 49 57 * '''bin-utils''' from [http://downloads.sourceforge.net/mingw/binutils-2.19.1-mingw32-bin.tar.gz here] 50 58 51 6. Unpack all to c:\osgeo4w59 8. Unpack all to c:\osgeo4w 52 60 53 61