diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2017-01-13 19:09:35 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2017-01-13 19:09:35 -0500 |
commit | 342edea790509a3bfb8c4a9005282ac0c92d2967 (patch) | |
tree | 3697fa1be19e5c5ea3fac41277d8a928c43d8faf /lib6145 | |
parent | dabf9645fd2f410636f09b83fdd104dce77892bd (diff) | |
download | selphy_print-342edea790509a3bfb8c4a9005282ac0c92d2967.tar.gz selphy_print-342edea790509a3bfb8c4a9005282ac0c92d2967.tar.bz2 selphy_print-342edea790509a3bfb8c4a9005282ac0c92d2967.zip |
Update library READMEs to include the ldconfig stuff.gutenprint_5.2.12a
Diffstat (limited to 'lib6145')
-rw-r--r-- | lib6145/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib6145/README b/lib6145/README index 29a1188..4c23b0c 100644 --- a/lib6145/README +++ b/lib6145/README @@ -26,14 +26,21 @@ In order to utilize this library with Gutenprint, you will need: - * Gutenprint 5.2.11 + * Gutenprint 5.2.11 or later * Current selphy_print backend * This library Gutenprint 5.2.12-pre and newer already include up-to-date backend - code, so you will only need to compile and install this library. + code, so if you have that version installed you will only need to + compile and install this library. To build this library: make make install + + You may also need to add the library to the search path: + + echo "/usr/local/lib" >> /etc/ld.so.conf + ldconfig + |