Version 3 (modified by 13 years ago) ( diff ) | ,
---|
Table of Contents
msys
- MSYS - collection of GNU utilities, see list of unix utilities
- Current Version: 1.0.11
- http://download.osgeo.org/osgeo4w/release/msys
- Initial packaged for GRASS by jef
- Maintainer: Martin Landa
Open Tickets
No results
Closed Tickets
Packaging notes
Install the environment for compilation (MingW)
- Run msys (there should be an icon on the desktop)
- Note for Vista 64bit: in case that MSYS starts to open multiple windows, close them all. Check first this discussion. A solutions seems to be to download msysCORE-1.0.11-bin.tar.gz (or newer?). Open the tarball, and copy the bin directory over
C:\osgeo4w\apps\msys\bin
. See also https://sourceforge.net/forum/forum.php?forum_id=720513 - Note: to change background/foreground color or font size edit
C:\osgeo4w\apps\msys\msys.bat
- Note for Vista 64bit: in case that MSYS starts to open multiple windows, close them all. Check first this discussion. A solutions seems to be to download msysCORE-1.0.11-bin.tar.gz (or newer?). Open the tarball, and copy the bin directory over
- Type:
mkdir /c/osgeo4w/apps/msys/osgeo4w
- Copy
c:\osgeo4w\apps\msys\etc\fstab.sample
toc:\osgeo4w\apps\msys\etc\fstab
(without .sample)
cd /c/OSGeo4W/apps/msys/etc/ cp fstab.sample fstab
- 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:
- Temp bugfix (see here), msysCORE-1.0.11-bin from here
- bin-utils from here
- gcc-core from here
- gcc-g++ from here
- mingw32-make from here
- mingw-runtime from here
- mingw-utils from here
- w32api from here
- 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)
- bison from here
- bison-deps from here
- flex from here
- gettext-bin from here
- gettext-lib from here
- libiconv-lib from here
- libintl-bin from here
- libintl-lib from here
- regex from here
- bc from here
- readline from 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
)
- Copy extra DLLs to
c:\osgeo4w\bin
cd /osgeo4w/apps/msys/bin cp libintl3.dll libiconv2.dll regex2.dll /osgeo4w/bin
Note:
See TracWiki
for help on using the wiki.