Version 25 (modified by 13 years ago) ( diff ) | ,
---|
Table of Contents
msys
- MSYS - Minimal SYStem - collection of GNU utilities, see list of unix utilities
- Current Version: 1.0.11
msys
: http://download.osgeo.org/osgeo4w/release/msys/msysmsys-dev
: http://download.osgeo.org/osgeo4w/release/msys/msys-dev- Initial packaged for GRASS by jef
- Maintainer: Martin Landa
Open Tickets
No results
Closed Tickets
Packaging notes
Install the environment for compilation (MingW)
- Download msysCORE-1.0.11-bin.tar.gz. Extract tarball into
C:\osgeo4w\apps\msys
.
- Modify
c:\osgeo4w\apps\msys\msys.bat
, see attachment:msys.bat.diff
- Copy
c:\osgeo4w\apps\msys\etc\fstab.sample
toc:\osgeo4w\apps\msys\etc\fstab
(without .sample)
- Open
c:\osgeo4w\apps\msys\etc\fstab
- At line 16, change:
c:/mingw /mingw c:/ActiveState/perl /perl
To:
c:/osgeo4w/ /osgeo4w
- Download the MinGW packages:
- bin-utils from here
- gcc-core from here (dev package only)
- gcc-g++ from here (dev package only)
- mingw32-make from here (dev package only)
- mingw-runtime from here (dev package only)
- mingw-utils from here (dev package only)
- w32api from here (dev package only)
- Download the latest make program compliant with the OSGeo4W framework from here
(future updates may be found here)
- 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 ofc:\osgeo4w\apps\msys
)
- Close and re-open msys to reload the settings.
Pre-built Binaries
Download: (updates may be found here)
- bc from here
- bison from here (dev package only)
- bison-deps from here (dev package only)
- flex from here (dev package only)
- gettext-bin from here (dev package only)
- gettext-lib from here (dev package only)
- libiconv-lib from here (dev package only)
- libintl-bin from here
- libintl-lib from here (dev package only)
- readline from here
- regex from here (dev package only)
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
)
Etc scripts
- Create
c:\osgeo4w\etc\ini
and copy attachment:msys.bat into this directory - Create
c:\osgeo4w\etc\postinstall
and copy attachment:msys.2.bat into this directory
Note:
See TracWiki
for help on using the wiki.