mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
78eacb6a0c
commit
1a78033ac5
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -94,7 +94,7 @@ sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-deve
|
|||
|
||||
On Debian Stretch 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 \
|
||||
|
|
Loading…
Reference in a new issue