diff options
author | Jason Bramwell <jb2cool@gmail.com> | 2020-09-29 19:22:28 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-29 11:54:59 -0700 |
commit | 5c7a0027db3465d56c5a039b27e4a5c26aed4f05 (patch) | |
tree | 73dc68c5578df3d1e72a74f622cbf0cd4d643cde /INSTALL | |
parent | 7547e90b417764285bea511d3b566dd2582590c1 (diff) | |
download | subsurface-5c7a0027db3465d56c5a039b27e4a5c26aed4f05.tar.gz |
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 <jb2cool@gmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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. |