Changes between Version 15 and Version 16 of BuildingOnWindows


Ignore:
Timestamp:
Mar 24, 2009, 4:32:08 AM (15 years ago)
Author:
behrisch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v15 v16  
    3030= Building From Source =
    3131
     32First you should check the [#BasicOptions basic options] in nmake.opt especially the settings for the VC variant to use and for the installation directory.
     33
    3234For command line builds you will normally have to have run the VCVAR32.BAT script that comes with the compiler.  For VC 6.x this might be found at:
    3335
     
    5860= Basic Options =
    5961
    60 There are lots of options that can be tweaked by hand in the nmake.opt file in the GDAL root directory. 
     62There are lots of options that can be tweaked by hand in the [source:trunk/gdal/nmake.opt nmake.opt] file in the GDAL root directory. 
     63
     64 * '''MSVC_VER''': Version of Visual C++ compiler to use. Details on version naming are mentioned in [source:trunk/gdal/nmake.opt nmake.opt].
     65
     66 * '''GDAL_HOME''': Directory in which to install GDAL. This is the default prefix for all following directory settings.
    6167
    6268 * '''BINDIR''': Directory in which to install executables, and DLLs if you use the "nmake /f makefile.vc install" command.