diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-24 18:44:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-24 18:44:51 +0200 |
commit | ad38bc6ecb80ddeb562841b33258dd53659b1da6 (patch) | |
tree | e02e9c3ff760554fd87f70df0e18b88594091a48 /INSTALL.linux | |
parent | 9c23ed018d72eed2554f4f9cff1ae6e6bb0cd479 (diff) |
New upstream version 1.0.31upstream/1.0.31
Diffstat (limited to 'INSTALL.linux')
-rw-r--r-- | INSTALL.linux | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL.linux b/INSTALL.linux index 703b9e3..de9b7ce 100644 --- a/INSTALL.linux +++ b/INSTALL.linux @@ -15,7 +15,8 @@ $ make install 2.1. Install with your preferred package manager: (a) the development environment for your Linux distibution - - mandatory: gcc, make, kernel header files, autoconf, autoconf-archive + - mandatory: gcc, make, kernel header files, autoconf, autoconf-archive, + python(>=2.7) - optional: git (b) missing development packages - libusb-dev or libusb-devel or libusb-compat-devel @@ -24,6 +25,8 @@ $ make install - libpng-dev or similar - libcurl4-gnutls-dev or similar - libxml2-dev or similar + - libsnmp-dev or similar + - libpoppler-glib-dev or similar 2.2. Get the latest SANE backend from git: You can download "daily git snapshot" from here: |