aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-12-01 17:45:36 +0100
committerKristian Evers <kristianevers@gmail.com>2019-12-06 15:04:49 +0100
commit90189a594db8b7baa976d567beb8b922336b6d07 (patch)
tree5ddad452907e66d4f0243a3127c29d97d0c0caa6
parenta049985cac05eb4c4f671139c45d9a604e240ac3 (diff)
downloadPROJ-90189a594db8b7baa976d567beb8b922336b6d07.tar.gz
PROJ-90189a594db8b7baa976d567beb8b922336b6d07.zip
Doc: resource_files.rst: document recent Win32 specific addition (https://github.com/OSGeo/PROJ/pull/1755) regarding how resource files are looked for
-rw-r--r--docs/source/resource_files.rst4
1 files changed, 4 insertions, 0 deletions
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