From b6009da3be86359cefabcb318a982d9dd4c02ea2 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Fri, 23 Dec 2005 13:05:56 +0000 Subject: [PATCH] Added hint about CPPFLAGS. --- ChangeLog | 1 + README.openbsd | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb77ed3a5..4df5657aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-12-23 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Added Canon Pixma MP500. + * README.openbsd: Added hint about CPPFLAGS. 2005-12-20 Henning Meier-Geinitz diff --git a/README.openbsd b/README.openbsd index e193687c3..0810dbc30 100644 --- a/README.openbsd +++ b/README.openbsd @@ -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 +2005-12-23 Henning Meier-Geinitz