Changes between Version 42 and Version 43 of DevWikiWinMingW64
- Timestamp:
- 04/13/11 16:00:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v42 v43 144 144 * http://download.osgeo.org/proj/proj-datumgrid-1.5.zip 145 145 146 ---- 147 THIS MAY NOT BE NECESSARY WITH THE MUTEX PATCH. STill fails anyway 146 148 To compile you need to download and install pthreads as described here http://sourceforge.net/apps/trac/mingw-w64/wiki/Compile%20pthreads 147 149 (pre-compiled binaries for both the 32-bit and 64-bit are located at http://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/pthreads/ in the .zip file) 150 151 ---- 148 152 149 153 … … 158 162 unzip ../../proj-datumgrid-1.5.zip 159 163 cd .. 164 }}} 165 166 Apply mutex patch in http://trac.osgeo.org/proj/ticket/72 167 {{{ 160 168 ./configure --prefix=/c/projects/proj/rel-4.7.0 --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --enable-shared --disable-static 161 169 make