From 9fd3cb26ab01b1540ce680f2ab46286ac8695291 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Fri, 22 Sep 2000 15:59:07 +0000 Subject: added windows build notes git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@872 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README b/README index c8fd7f0b..1d2be16b 100644 --- a/README +++ b/README @@ -38,6 +38,26 @@ After executing configure, execute: The install script will create, if necessary, all required sub- directories. +Windows Build +------------- + +PROJ.4 can be built with Microsoft Visual C/C++ using the makefile.vc +in the src directory. + +eg. +C:\> cd proj\src +C>\PROJ\SRC> nmake /f makefile.vc all + +Note that you have to have the VC++ environment variables, and path +setup properly. This may involve running the VCVARS32.BAT script out +of the Visual C++ tree. + +The makefile.vc builds proj.exe, proj.dll and proj.lib. + +It should also be possible to build using the Unix instructions +and Cygwin32, but this hasn't been tested recently. + + --------------------------------------------------- Distribution files and format. -- cgit v1.2.3