summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2016-06-18 14:18:20 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-18 11:22:56 -0700
commit41e5f23002fff0fa300d7a7a699811454881d1e3 (patch)
tree66c26df755ace1a134bcc04a86ca59ccb264be59 /INSTALL
parentc9081e59754e103d93b98629aceeac4539144e3b (diff)
downloadsubsurface-41e5f23002fff0fa300d7a7a699811454881d1e3.tar.gz
Update required packages on INSTALL file
libgit2-dev is no longer needed as we compile it from sources. Also add qtpositioning5-dev for Debian as dependencies there are apparently slightly different than on Ubuntu. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 13009e445..a5eb0b901 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,7 +75,7 @@ On Fedora you need
sudo yum install git gcc-c++ make autoconf automake libtool cmake \
libzip-devel libxml2-devel libxslt-devel libsqlite3x-devel \
- libgit2-devel libudev-devel libusbx-devel libcurl-devel libssh2-devel\
+ libudev-devel libusbx-devel libcurl-devel libssh2-devel\
qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtscript-devel \
qt5-qtwebkit-devel qt5-qtsvg-devel qt5-qttools-devel \
qt5-qtconnectivity-devel qt5-qtlocation-devel
@@ -86,7 +86,7 @@ as yum is being deprecated.
Package names are sadly different on OpenSUSE
sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-devel \
- libxml2-devel libxslt-devel sqlite3-devel libgit2-devel libusb-1_0-devel \
+ libxml2-devel libxslt-devel sqlite3-devel libusb-1_0-devel \
libqt5-linguist-devel libqt5-qttools-devel libQt5WebKitWidgets-devel \
libqt5-qtbase-devel libQt5WebKit5-devel libqt5-qtsvg-devel \
libqt5-qtscript-devel libqt5-qtdeclarative-devel \
@@ -96,11 +96,11 @@ On Debian Stretch and recent Ubuntu flavors this seems to work
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 \
+ libusb-1.0-0-dev libssl-dev \
qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \
libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \
qtscript5-dev libssh2-1-dev libcurl4-openssl-dev qttools5-dev \
- qtconnectivity5-dev qtlocation5-dev
+ qtconnectivity5-dev qtlocation5-dev qtpositioning5-dev
On PCLinuxOS you appear to need the following packages