diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-09-25 07:49:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-09-25 07:49:07 +0200 |
commit | b06171027dedb1591d5a1c5a62c61de89446739b (patch) | |
tree | 44dc1d0a468e27252b34cd7b8d06f071fc420f3b /README.md | |
parent | 383626437ca8f9d26518408719b5d778e696eecd (diff) |
New upstream version 40.5upstream/40.5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -54,6 +54,13 @@ $ ninja -C _build all install $ XDG_DATA_DIRS=_install/share:$XDG_DATA_DIRS ./_install/bin/simple-scan ``` +If libhandy is used as a subproject (i.e. system libhandy not found or +too old), then make sure to use the resulting .so file as well when +running, e.g. by using the `LD_LIBRARY_PATH` variable: +``` +$ LD_LIBRARY_PATH=_install/lib/x86_64-linux-gnu XDG_DATA_DIRS=_install/share:$XDG_DATA_DIRS ./_install/bin/simple-scan +``` + # Debugging There is a `--debug` command line switch to enable more verbose logging: |