Mentioned C++ misdetection trouble.

merge-requests/1/head
Henning Geinitz 2004-04-12 12:32:22 +00:00
rodzic f94e4cdb9b
commit ce90f3b8b5
2 zmienionych plików z 15 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2004-04-12 Henning Meier-Geinitz <henning@meier-geinitz.de>
* README.windows: Mentioned C++ misdetection trouble.
2004-04-11 Karl Heinz Kremer <khk@khk.net>
* backend/epson_usb.c: Added missing device IDs for current MFDs

Wyświetl plik

@ -3,7 +3,8 @@ SANE on Cygwin/Win32
Prerequisites
=============
To be able to compile sane-backends, you need to have Cygwin installed, with at least the following package(s):
To be able to compile sane-backends, you need to have Cygwin installed,
with at least the following package(s):
- gcc
You can get Cygwin at http://sources.redhat.com/cygwin/
@ -12,6 +13,15 @@ The scanner must be detected by Windows and not be disabled. Check
with the hardware manager.
Building
========
See general README for build basics. The autoconf script (configure) checks
for C++ compilers and misdetects CC (=cc = gcc) a a c++ compiler because of
the case-insensitive filesystem. If that happens, one work-around will be to
install a real C++ compiler.
Scanning
========