Changes between Version 16 and Version 17 of BuildingOnWindows


Ignore:
Timestamp:
Mar 25, 2009, 4:23:44 AM (15 years ago)
Author:
behrisch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v16 v17  
    3838}}}
    3939
     40Some Visual Studios also provide a "Visual Studio Command Prompt" to be found in the start menu, which gives you a shell with the correct environment. If you plan to compile for the 64bit platform be sure to choose the correct bat / command prompt.
     41
    4042Once the environment is setup, you can cd to the GDAL root directory and do the following:
    4143
     
    6365
    6466 * '''MSVC_VER''': Version of Visual C++ compiler to use. Details on version naming are mentioned in [source:trunk/gdal/nmake.opt nmake.opt].
     67
     68 * '''WIN64''': Enable this if compiling for the 64 bit platform. You also need to use the correct Visual C++ compiler and set the environment properly.
    6569
    6670 * '''GDAL_HOME''': Directory in which to install GDAL. This is the default prefix for all following directory settings.