INSTALL.linux: add missing development environment packages

merge-requests/83/head
Rolf Bensch 2019-06-16 13:13:48 +02:00
rodzic 4c05fb4742
commit 424bb7d923
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -9,12 +9,12 @@ $ make
$ make install $ 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: 2.1. Install with your preferred package manager:
(a) the development environment for your Linux distibution (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 - optional: git
(b) missing development packages (b) missing development packages
- libusb-dev or libusb-devel or libusb-compat-devel - libusb-dev or libusb-devel or libusb-compat-devel
@ -42,6 +42,7 @@ $ make install
We install a new SANE dynamically linked shared object library in We install a new SANE dynamically linked shared object library in
/usr/local/lib beside your system's SANE library. /usr/local/lib beside your system's SANE library.
$ ./autogen.sh
$ ./configure $ ./configure
$ make && sudo make install $ make && sudo make install