Changes between Version 21 and Version 22 of BuildingOnWindows


Ignore:
Timestamp:
Aug 4, 2016, 2:44:11 PM (8 years ago)
Author:
Mateusz Łoskot
Comment:

Add info on generating VS project

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v21 v22  
    150150GDAL_DRIVER_PATH folder (you will need to explicitly set this environment variable to allow GDAL to find its plugin drivers).  Your next gdalinfo
    151151or gdal_translate (or any other GDAL calls) should now be able to see the driver when it goes through the driver registration process.
     152
     153= Generating Visual Studio project =
     154
     155Use makegdal_gen.bat script available in GDAL source code tree:
     156
     1571. makegdal_gen.bat 10.00 32 > makegdal10.vcproj
     1582. Launch VS2015
     1593. File > Open > Project/Solution...
     1604. Select makegdal10.vcproj
     1615. Accept to upgrade the Visual Studio 2010 project to newer format.