summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2016-01-07 17:20:27 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-26 09:15:23 +0100
commit5229c507cbf8192c736de71262bf214f3a0b8560 (patch)
treef14650310183f489a12494f0c53ecc2b918e6454 /INSTALL
parent4052fea817e4fbe0f09f3f54bc178e32d312a86b (diff)
downloadsubsurface-5229c507cbf8192c736de71262bf214f3a0b8560.tar.gz
Add automake to the list of Debian dependencies
automake is recommended by autoconf, but depending on the configuration, the recommended packages might not be installed. Thus it is better to have it explicitly listed. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 749c0cf3d..cb624c35e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -94,7 +94,7 @@ sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-deve
On Debian Jessie and recent Ubuntu flavors this seems to work
-sudo apt-get install git g++ make autoconf libtool cmake pkg-config \
+sudo apt-get install git g++ make autoconf automake libtool cmake pkg-config \
libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \
libusb-1.0-0-dev libgit2-dev \
qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \