Added hint about CPPFLAGS.

merge-requests/1/head
Henning Geinitz 2005-12-23 13:05:56 +00:00
rodzic a2b1327736
commit b6009da3be
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
2005-12-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions/unsupported.desc: Added Canon Pixma MP500.
* README.openbsd: Added hint about CPPFLAGS.
2005-12-20 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -6,6 +6,10 @@ Building:
Don't forget to use GNU make (gmake). E.g. "MAKE=gmake ./configure".
SANE should compile and install out-of-the-box.
If some libraries and headers (like libjpeg) are installed in /usr/local/, adding
"-I/usr/local/include/ -L/usr/local/lib/" to the CPPFLAGS environment variable
before running configure may be necessary to get them detected.
SCSI-scanners:
--------------
SANE only supports the generic /dev/uk? devices. /dev/ss? won't work. If your
@ -42,4 +46,4 @@ Parport-scanners:
I don't have any information about these. Please contact me or the SANE mailing
list if you succeded in using one of these.
2005-08-22 Henning Meier-Geinitz <henning@meier-geinitz.de>
2005-12-23 Henning Meier-Geinitz <henning@meier-geinitz.de>