Changes between Version 5 and Version 6 of FAQInstallationAndBuilding


Ignore:
Timestamp:
Dec 26, 2007, 11:25:34 AM (16 years ago)
Author:
ilucena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQInstallationAndBuilding

    v5 v6  
    1111The GDAL developers find it more convenient to build with makefiles and the [http://msdn2.microsoft.com/en-us/library/dd9y37ha(vs.80).aspx Visual Studio NMAKE] utility. Maintaining a parallel set of project files for GDAL is too much work, so there are no full project files directly available from the maintainers.
    1212
    13 There are very simple project files available since GDAL/OGR 1.4.0 that just invoke the makefiles for building, but make debugging somewhat more convenient.  These are the makegdal71.sln and makegdal80.sln files in the GDAL root directory.
     13There are very simple project files available since GDAL/OGR 1.4.0 that just invoke the makefiles for building, but make debugging somewhat more convenient.  These are the makegdal71.vcproj and makegdal80.vcproj files in the GDAL root directory. See [http://trac.osgeo.org/gdal/wiki/BuildingOnWindows Using Makefile Projects] for details.
    1414
    1515Occasionally other users do prepare full project files, and you may be able to get them by asking on the [http://lists.maptools.org/mailman/listinfo/gdal-dev/ gdal-dev list]. However, I would strongly suggest you just use the NMAKE based build system. With debugging enabled you can still debug into GDAL with Visual Studio.