mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add instructions for building Subsurface under PCLinuxOS
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b33376e561
commit
56e1b11c0a
1 changed files with 6 additions and 7 deletions
13
INSTALL
13
INSTALL
|
@ -95,13 +95,12 @@ sudo apt-get install git g++ make autoconf libtool cmake pkg-config \
|
||||||
libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \
|
libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \
|
||||||
qtscript5-dev
|
qtscript5-dev
|
||||||
|
|
||||||
On Debian style distributions you can install the required development
|
On PCLinuxOS you appear to need the following packages
|
||||||
packages by running (once Qt version of subsurface is available in your
|
|
||||||
distribution)
|
su -c "apt-get install -y autoconf automake cmake libtool gcc-c++ git \
|
||||||
$ sudo apt-get build-dep subsurface
|
lib64usb1.0-devel lib64zip-devel lib64qt5webkitwidgets-devel qttools5 \
|
||||||
but on many of them this will give you the build dependencies for the
|
qttranslations5 lib64qt5xml-devel lib64qt5test-devel lib64qtscript-devel \
|
||||||
official package (which is often way out of date). So be careful that this
|
lib64qt5svg-devel lib64qt5concurrent-devel"
|
||||||
doesn't get you a Qt4 based environment
|
|
||||||
|
|
||||||
In order to build Subsurface, you have two options:
|
In order to build Subsurface, you have two options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue