diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2009-06-17 03:23:37 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2009-06-17 03:23:37 +0000 |
| commit | 6c9ed6d932a69db21b9001cee62c125f4b0f84bb (patch) | |
| tree | 7dfa808d9be9e8839fdf749b5f41616692fd7efd /README | |
| parent | ea3f838a95cb8199dfd103dea41a9cd74e5fa060 (diff) | |
| download | PROJ-6c9ed6d932a69db21b9001cee62c125f4b0f84bb.tar.gz PROJ-6c9ed6d932a69db21b9001cee62c125f4b0f84bb.zip | |
update windows build instructions (#30)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1592 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'README')
| -rw-r--r-- | README | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 |
