mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-02 23:20:20 +00:00
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>
This commit is contained in:
parent
7547e90b41
commit
5c7a0027db
1 changed files with 6 additions and 4 deletions
10
INSTALL
10
INSTALL
|
@ -199,10 +199,12 @@ swap space configured by default. See the dphys-swapfile package.
|
||||||
|
|
||||||
On PCLinuxOS you appear to need the following packages
|
On PCLinuxOS you appear to need the following packages
|
||||||
|
|
||||||
su -c "apt-get install -y autoconf automake cmake libtool gcc-c++ git \
|
su -c "apt-get install -y autoconf automake cmake gcc-c++ git libtool \
|
||||||
lib64usb1.0-devel lib64zip-devel lib64qt5webkitwidgets-devel qttools5 \
|
lib64bluez-devel lib64qt5bluetooth-devel lib64qt5concurrent-devel \
|
||||||
qttranslations5 lib64qt5xml-devel lib64qt5test-devel lib64qtscript-devel \
|
lib64qt5help-devel lib64qt5location-devel lib64qt5quicktest-devel \
|
||||||
lib64qt5svg-devel lib64qt5concurrent-devel lib64qt5bluetooth-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
|
In order to build Subsurface, use the supplied build script. This should
|
||||||
work on most systems that have all the prerequisite packages installed.
|
work on most systems that have all the prerequisite packages installed.
|
||||||
|
|
Loading…
Reference in a new issue