From 362426e86bb1fe9715e86857278f08ac1876d7ce Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 20 Feb 2018 18:35:46 +0100 Subject: Add section on setting PROJ_LIB on Windows installs [skip ci]. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fd8bd053..13b584db 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ script out of the Visual C++ tree. The `makefile.vc` builds `proj.exe`, `proj.dll` and `proj.lib`. +On Windows you have to set the PROJ_LIB environment variable to make +sure that PROJ can find the resource files that it needs. For the +default install directory you can set PROJ_LIB with: + + C:\> set PROJ_LIB C:\PROJ\share + ### Distribution files and format -- cgit v1.2.3