From 58f8ee3f8d16f8271e6c5c587699bffbdc1c2e62 Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Sat, 30 Nov 2019 17:57:11 +0100 Subject: [PATCH] INSTALL.linux: update from backends repository --- INSTALL.linux | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/INSTALL.linux b/INSTALL.linux index 116a2c44..37e4b448 100644 --- a/INSTALL.linux +++ b/INSTALL.linux @@ -4,20 +4,22 @@ Installation Instructions 1. Quick install: ================= +$ ./autogen.sh # only if you just cloned the git repository $ ./configure $ make $ make install -2. Step by step install on Linux 2.6.* and 3.*, both with udev: -=============================================================== +2. Step by step install on Linux >=2.6, with udev: +================================================== 2.1. Install with your preferred package manager: (a) the development environment for your Linux distibution - - mandatory: gcc, make, kernel header files + - mandatory: gcc, make, kernel header files, autoconf, autoconf-archive - optional: git (b) missing development packages - libusb-dev or libusb-devel or libusb-compat-devel + - libusb-1.0.0-dev or similar - libjpeg-dev or libjpeg8-dev or libjpeg-turbo-devel or turbojpeg-devel - libpng-dev or similar @@ -42,6 +44,7 @@ $ make install We install a new SANE dynamically linked shared object library in /usr/local/lib beside your system's SANE library. + $ ./autogen.sh # only if you just cloned the git repository $ ./configure $ make && sudo make install