Update library READMEs to include the ldconfig stuff.

This commit is contained in:
Solomon Peachy 2017-01-13 19:09:35 -05:00
parent cd1f20d79c
commit be6e481d17
2 changed files with 15 additions and 2 deletions

View File

@ -26,14 +26,21 @@
In order to utilize this library with Gutenprint, you will need: 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 * Current selphy_print backend
* This library * This library
Gutenprint 5.2.12-pre and newer already include up-to-date backend 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: To build this library:
make make
make install make install
You may also need to add the library to the search path:
echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig

View File

@ -41,3 +41,9 @@
make make
make install make install
You may also need to add the library to the search path:
echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig