kopia lustrzana https://gitlab.com/sane-project/backends
INSTALL.linux: add missing development environment packages
rodzic
4c05fb4742
commit
424bb7d923
|
@ -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
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue