diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2000-09-22 15:59:07 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2000-09-22 15:59:07 +0000 |
| commit | 9fd3cb26ab01b1540ce680f2ab46286ac8695291 (patch) | |
| tree | 7188b176d0d76836665467bfad0282be6c861114 /README | |
| parent | 63327eb8f69e028ceb6d15507e098594f522c0d7 (diff) | |
| download | PROJ-9fd3cb26ab01b1540ce680f2ab46286ac8695291.tar.gz PROJ-9fd3cb26ab01b1540ce680f2ab46286ac8695291.zip | |
added windows build notes
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@872 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'README')
| -rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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. |
