diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-01 17:45:36 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-01 19:00:53 +0100 |
| commit | f27288ddfa7cb19ce76e6d966582ca631a61c7ba (patch) | |
| tree | 53e9911fca12da3b917e9483928828090b7df87c | |
| parent | c645218219b7ff55578ec376caeed53c47bcde7e (diff) | |
| download | PROJ-f27288ddfa7cb19ce76e6d966582ca631a61c7ba.tar.gz PROJ-f27288ddfa7cb19ce76e6d966582ca631a61c7ba.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.rst | 4 |
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 |
