diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-09-25 07:49:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-09-25 07:49:36 +0200 |
commit | 57cee6e642ad18e70f0deb7af73cc06507da76d8 (patch) | |
tree | 1075add029f5d63ac44cd2324ca8d0bfbd2ef70f /README.md | |
parent | 5dbe503c985ce8a65ab7083172bf76332f1c8d68 (diff) | |
parent | ece8ff29899bba23877d7ff5adb6d7c94d2e464c (diff) |
Merge branch 'feature/upstream' into develop
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: |