From f27288ddfa7cb19ce76e6d966582ca631a61c7ba Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 1 Dec 2019 17:45:36 +0100 Subject: Doc: resource_files.rst: document recent Win32 specific addition (https://github.com/OSGeo/PROJ/pull/1755) regarding how resource files are looked for --- docs/source/resource_files.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 46d36805..88f76dc3 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -30,6 +30,10 @@ The following paths are checked in order: next tests will not be run. - Path(s) set with by the environment variable :envvar:`PROJ_LIB`. On Linux/MacOSX/Unix, use ``:`` to separate paths. On Windows, ``;`` +- On Windows, the *..\\share\\proj\\* and its contents are found automatically + at run-time if the installation respects the build structure. That is, the + binaries and proj.dll are installed under *..\\bin\\*, and resource files + are in *..\\share\\proj\\*. - A path built into PROJ as its resource installation directory (whose value is $(pkgdatadir)), for builds using the Makefile build system. Note, however, that since this is a hard-wired path setting, it only works if the whole -- cgit v1.2.3