diff options
author | Paul-Erik Törrönen <poltsi@777-team.org> | 2015-06-11 12:02:22 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-11 07:55:23 -0700 |
commit | be6a9ac1ea2a103381e26d2794700a6039d953a9 (patch) | |
tree | 6e8f4177c0277cd84fdcfee98d22854c9f9aa570 /INSTALL | |
parent | 8ad000846d5490c454ab01ee07c0d041da0bb9a4 (diff) | |
download | subsurface-be6a9ac1ea2a103381e26d2794700a6039d953a9.tar.gz |
Minor fixes to the INSTALL-file
* Add needed qt5-qtlocation-devel package for Fedora install
* Correct the call to subsurface binary after compilation]
Signed-off-by: Paul-Erik Törrönen <poltsi@777-team.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -58,7 +58,10 @@ sudo yum install git gcc-c++ make autoconf automake libtool cmake \ libzip-devel libxml2-devel libxslt-devel libsqlite3x-devel \ libgit2-devel libudev-devel libusbx-devel \ qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtscript-devel \ - qt5-qtwebkit-devel qt5-qtsvg-devel qt5-qttools-devel + qt5-qtwebkit-devel qt5-qtsvg-devel qt5-qttools-devel qt5-qtlocation-devel + +Note that beginning with Fedora 22, you should be using the dnf command instead +as yum is being deprecated. Package names are sadly different on OpenSUSE @@ -99,8 +102,8 @@ git clone -b v4.4.2 git://subsurface-divelog.org/subsurface Now you can run Subsurface like this: -cd ~/src/subsurface -./subsurface +cd ~/src +install-root/bin/subsurface Building Subsurface under MacOSX (using Homebrew) |