diff options
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: |