Changes between Version 17 and Version 18 of BuildingOnWindows


Ignore:
Timestamp:
May 13, 2013, 12:09:14 PM (11 years ago)
Author:
mihalela
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v17 v18  
    3636{{{
    3737C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT
     38}}}
     39
     40Hint: to build for x64, you may want to add this line in a bat file (shown for VS2010):
     41
     42{{{
     43call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
    3844}}}
    3945
     
    143149GDAL_DRIVER_PATH folder (you will need to explicitly set this environment variable to allow GDAL to find its plugin drivers).  Your next gdalinfo
    144150or gdal_translate (or any other GDAL calls) should now be able to see the driver when it goes through the driver registration process.
    145