54 | | === Pre-built Binaries === |
55 | | |
56 | | Download: |
57 | | (''updates may be found [https://sourceforge.net/project/showfiles.php?group_id=23617 here]'') |
58 | | * '''bison''' from [http://downloads.sourceforge.net/gnuwin32/bison-2.1-bin.zip here] |
59 | | * '''bison-deps''' from [http://downloads.sourceforge.net/gnuwin32/bison-2.1-dep.zip here] |
60 | | * '''flex''' from [http://downloads.sourceforge.net/gnuwin32/flex-2.5.4a-1-bin.zip here] |
61 | | * '''gettext-bin''' from [http://downloads.sourceforge.net/gnuwin32/gettext-0.14.4-bin.zip here] |
62 | | * '''gettext-lib''' from [http://downloads.sourceforge.net/gnuwin32/gettext-0.14.4-lib.zip here] |
63 | | * '''libiconv-lib''' from [http://downloads.sourceforge.net/gnuwin32/libiconv-1.9.2-1-lib.zip here] |
64 | | * '''libintl-bin''' from [http://downloads.sourceforge.net/gnuwin32/libintl-0.14.4-bin.zip here] |
65 | | * '''libintl-lib''' from [http://downloads.sourceforge.net/gnuwin32/libintl-0.14.4-lib.zip here] |
66 | | * '''regex''' from [http://downloads.sourceforge.net/gnuwin32/regex-2.7-bin.zip here] |
67 | | * '''bc''' from [http://sourceforge.net/projects/gnuwin32/files/bc/1.06-2/bc-1.06-2-bin.zip/download here] |
68 | | * '''readline''' from [http://sourceforge.net/projects/gnuwin32/files/readline/5.0-1/readline-5.0-1-bin.zip/download here] |
69 | | |
70 | | 1. 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`) |
71 | | |
72 | | 2. Copy extra DLLs to `c:\osgeo4w\bin` |
73 | | |
74 | | {{{ |
75 | | cd /osgeo4w/apps/msys/bin |
76 | | cp libintl3.dll libiconv2.dll regex2.dll /osgeo4w/bin |
77 | | }}} |