aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2000-09-22 15:59:07 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2000-09-22 15:59:07 +0000
commit9fd3cb26ab01b1540ce680f2ab46286ac8695291 (patch)
tree7188b176d0d76836665467bfad0282be6c861114 /README
parent63327eb8f69e028ceb6d15507e098594f522c0d7 (diff)
downloadPROJ-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--README20
1 files changed, 20 insertions, 0 deletions
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.