Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
Jul 15, 2008, 6:30:36 AM (16 years ago)
Author:
mloskot
Comment:

Updated building instructions for Windows

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    4646{{{
    4747bootstrap.bat
    48 nmake /f makefile.vc MSVC_VER=XXXX
     48nmake /f makefile.vc MSVC_VER=1400
    4949}}}
    5050
    51 where XXX is version number of Visual C++ compiler, for instance ''MSVC_VER=1400'' if you use [http://en.wikipedia.org/wiki/Visual_C%2B%2B Visual C++ 8.0] from [http://msdn.microsoft.com/en-us/library/ms950416.aspx Visual Studio 2005]. The ''bootstrap.bat'' step is required to generate a couple of header files.
     51where 1400 is version number of Visual C++ compiler, here [http://en.wikipedia.org/wiki/Visual_C%2B%2B Visual C++ 8.0] from [http://msdn.microsoft.com/en-us/library/ms950416.aspx Visual Studio 2005] (supported versions are 1300, 1310, 1400 and 1500). The ''bootstrap.bat'' step is required to generate a couple of header files.
     52
     53In order to build debug configuration of GEOS, additional flag ''DEBUG=1'' is required:
     54{{{
     55nmake /f makefile.vc MSVC_VER=1400 DEBUG=1
     56}}}
    5257
    5358== Development ==