about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-06-07 02:20:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-06-07 02:20:54 +0000
commit31bcb07d386170e7c65495b5c0b4ad173b74b911 (patch)
treefd1fe6ccc0ffb68764fbda1fab9077ae3c72aec5 /buildtools
parent2678f9760e55df5ad580cd3436edca911930c918 (diff)
downloadnetpbm-mirror-31bcb07d386170e7c65495b5c0b4ad173b74b911.tar.gz
netpbm-mirror-31bcb07d386170e7c65495b5c0b4ad173b74b911.tar.xz
netpbm-mirror-31bcb07d386170e7c65495b5c0b4ad173b74b911.zip
Update prerequisite packages to Debian 9
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3623 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/debian/README30
1 files changed, 15 insertions, 15 deletions
diff --git a/buildtools/debian/README b/buildtools/debian/README
index 7cefb249..329a3d38 100644
--- a/buildtools/debian/README
+++ b/buildtools/debian/README
@@ -37,17 +37,23 @@ To install Netpbm as a Debian package:
 PREREQUSISITES
 --------------
 
-The following information was taken from the Jessie version (Version 8) of
-Debian, in March 2017.
-
-You don't actually need the current version of any of these.  For example,
-while we list package libjpeg62-dev, the package libjpeg8-dev works fine.
+The following information was taken from the Stretch version (Version 9) of
+Debian, in June 2019.
 
 
 Building
 --------
 
-You need the following Debian packages to build all of Netpbm.
+You need the following Debian packages to build all of Netpbm.  These
+are in addition to what is in the base system.
+
+Build tools:
+
+  gcc
+  make
+  flex
+
+Libraries to link with Netpbm:
 
 You could omit some of these and, in the Netpbm build configuration dialog,
 indicate you don't have them, and the build will simply omit some parts.
@@ -56,20 +62,14 @@ will not build the 'pamx' program.
 
   libjpeg-dev
   libpng-dev
-  libtiff5-dev
+  libtiff-dev
   libx11-dev
   libxml2-dev
   zlib1g-dev
 
+Example:
 
-In addition, you need the following build tools:
-
-  make
-  gcc
-  flex
-  perl
-  pkg-config
-
+  $ apt-get install gcc
 
 
 Running