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