diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-09-28 11:53:18 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-09-28 11:53:18 +0200 |
commit | ecd78b4dbc7cb634fc7bda67205a5bd04b13d5ea (patch) | |
tree | dc7b1845ae0476a061858277a30665b70d80e4fe /README.md | |
parent | 9a828fe5ebd2383cce394eb76f44d14a9dbf143e (diff) | |
parent | 60e8a606e56fe8e140e405cd167c13989e9dbbf1 (diff) |
Merge branch 'release/debian/40.5-1'debian/40.5-1
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: |