From 5c7a0027db3465d56c5a039b27e4a5c26aed4f05 Mon Sep 17 00:00:00 2001 From: Jason Bramwell Date: Tue, 29 Sep 2020 19:22:28 +0100 Subject: [PATCH] Update INSTALL to correct PCLinuxOS packagelist PCLinuxOS package list was stale, it contained a typo and also had missing packages. Signed-off-by: Jason Bramwell --- INSTALL | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 088037f72..3ecfc082c 100644 --- a/INSTALL +++ b/INSTALL @@ -199,10 +199,12 @@ swap space configured by default. See the dphys-swapfile package. On PCLinuxOS you appear to need the following packages -su -c "apt-get install -y autoconf automake cmake libtool gcc-c++ git \ -lib64usb1.0-devel lib64zip-devel lib64qt5webkitwidgets-devel qttools5 \ -qttranslations5 lib64qt5xml-devel lib64qt5test-devel lib64qtscript-devel \ -lib64qt5svg-devel lib64qt5concurrent-devel lib64qt5bluetooth-devel" +su -c "apt-get install -y autoconf automake cmake gcc-c++ git libtool \ +lib64bluez-devel lib64qt5bluetooth-devel lib64qt5concurrent-devel \ +lib64qt5help-devel lib64qt5location-devel lib64qt5quicktest-devel \ +lib64qt5quickwidgets-devel lib64qt5script-devel lib64qt5svg-devel \ +lib64qt5test-devel lib64qt5webkitwidgets-devel lib64qt5xml-devel \ +lib64ssh2-devel lib64usb1.0-devel lib64zip-devel qttools5 qttranslations5" In order to build Subsurface, use the supplied build script. This should work on most systems that have all the prerequisite packages installed.