INSTALL.linux: update from backends repository

merge-requests/4/merge
Rolf Bensch 2019-11-30 17:57:11 +01:00
rodzic 8d8431321f
commit 58f8ee3f8d
1 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -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