diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-17 23:23:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-18 00:16:52 -0800 |
commit | 56e1b11c0af4c5f08719af7786b07407cccc31c4 (patch) | |
tree | e5ea643584b4385113e0bbc8025a83fbdeb6efc4 /INSTALL | |
parent | b33376e561e28dac461f1d8531fa456d355ec4a0 (diff) | |
download | subsurface-56e1b11c0af4c5f08719af7786b07407cccc31c4.tar.gz |
Add instructions for building Subsurface under PCLinuxOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -95,13 +95,12 @@ sudo apt-get install git g++ make autoconf libtool cmake pkg-config \ libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \ qtscript5-dev -On Debian style distributions you can install the required development -packages by running (once Qt version of subsurface is available in your -distribution) -$ sudo apt-get build-dep subsurface -but on many of them this will give you the build dependencies for the -official package (which is often way out of date). So be careful that this -doesn't get you a Qt4 based environment +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" In order to build Subsurface, you have two options: |