* 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 <[email protected]> --- INSTALL | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 2a4c987..09caf3e 100644 --- a/INSTALL +++ b/INSTALL @@ -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) -- 2.4.2 -- Paul-Erik Törrönen "When science and the Bible differ, [email protected] science has obviously misinterpreted +358 40 703 1231 its data" http://poltsi.fi/ Henry Morris, father of 'modern creationism' _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
