diff options
| author | Howard Butler <howard@hobu.co> | 2017-06-29 11:09:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-29 11:09:09 -0500 |
| commit | 9a9879e05461443e482e2762a9f7db5a2173e992 (patch) | |
| tree | 69322675892c365900ba8078f83942275179f00e /README | |
| parent | 0bcfd26141c717fa7b91b30c831fc59936c155e3 (diff) | |
| download | PROJ-9a9879e05461443e482e2762a9f7db5a2173e992.tar.gz PROJ-9a9879e05461443e482e2762a9f7db5a2173e992.zip | |
link to Proj.4 mailing list #531 (#532)
Diffstat (limited to 'README')
| -rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -9,6 +9,10 @@ For more information on PROJ.4 maintenance please see the web page at: http://proj4.org/ +PROJ.4 mailing list can be found at: + + http://lists.maptools.org/mailman/listinfo/proj + --------------------------------------------------- Installation: @@ -48,19 +52,19 @@ 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. +eg. 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 -of the Visual C++ tree. +of the Visual C++ tree. -The makefile.vc builds proj.exe, proj.dll and proj.lib. +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. +and Cygwin32, but this hasn't been tested recently. --------------------------------------------------- |
