Changes between Version 123 and Version 124 of UsersWikiWinCompile
- Timestamp:
- 05/27/10 06:51:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v123 v124 219 219 == 11. Compiling Proj4 == 220 220 221 Download [http://trac.osgeo.org/proj/ the latestProj4] from the web site, and the datum shifts grid file.222 223 * http://download.osgeo.org/proj/proj-4. 7.0.tar.gz221 Download [http://trac.osgeo.org/proj/ Proj4] from the web site, and the datum shifts grid file. 222 223 * http://download.osgeo.org/proj/proj-4.6.1.tar.gz 224 224 * http://download.osgeo.org/proj/proj-datumgrid-1.5.zip 225 225 … … 227 227 228 228 {{{ 229 # tar xvfz proj-4. 7.9.tar.gz230 # cd proj-4. 7.0229 # tar xvfz proj-4.6.1.tar.gz 230 # cd proj-4.6.1 231 231 # cd nad 232 232 # unzip ../../proj-datumgrid-1.5.zip … … 241 241 # gcc -shared -o libproj.dll -Wl,--out-implib=libproj.dll.a -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive libproj.a -Wl,--no-whole-archive /c/mingw/lib/libmingw32.a 242 242 }}} 243 244 Note: The [http://download.osgeo.org/proj/proj-4.7.0.tar.gz 4.7.0 version] can be used, but causes problems. More information [http://trac.osgeo.org/proj/ticket/56 here] and [http://trac.osgeo.org/proj/ticket/72 here]. 245 243 246 244 247 == 12. Installing C-Unit ==