From 6c9ed6d932a69db21b9001cee62c125f4b0f84bb Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Wed, 17 Jun 2009 03:23:37 +0000 Subject: update windows build instructions (#30) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1592 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- README | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 849037ec..70f9838f 100644 --- a/README +++ b/README @@ -44,14 +44,16 @@ Windows Build ------------- PROJ.4 can be built with Microsoft Visual C/C++ using the makefile.vc -in the src directory. First edit the PROJ\SRC\makefile.vc and modify -the PROJ_LIB_DIR value at the top to point to the NAD subdirectory -of wherever you put the PROJ tree. If you unpacked it as C:\PROJ it -can remain unchanged. The use the makefile.vc to build the software: +in the PROJ directory. First edit the PROJ\nmake.opt and modify +the INSTDIR value at the top to point to the directory where +the PROJ tree shall be installed. If you want to install into +C:\PROJ, it can remain unchanged. +Then use the makefile.vc to build the software: eg. -C:\> cd proj\src -C>\PROJ\SRC> nmake /f makefile.vc all +C:\> cd proj +C:\PROJ> nmake /f makefile.vc +C:\PROJ> nmake /f makefile.vc install-all Note that you have to have the VC++ environment variables, and path setup properly. This may involve running the VCVARS32.BAT script out -- cgit v1.2.3