Went to do some real testing on the weekend :) I had just updated to HW firmware version 1.9 before the trip and I had an issue downloading from my OSTC 3+ so wanted to test from another os. I had installed the beta Fedora 23 with the latest 4.3 rc5 kernel and tried to build subsurface as I couldn't see any packages for Fedora 23. Turns out the OSTC 3+ still wouldn't download the dives until I reverted to firmware version 1.88 Below are my changes to build on Fedora 23 but I did not change yum to dnf in the patch.
[master 115b0f6] Updated packages required to build on Fedora Updated path to reflect where the package was built 1 file changed, 2 insertions(+), 2 deletions(-) Updated packages required to build on Fedora Updated path to reflect where the package was built Signed-off-by: Steve Williams <[email protected]> --- diff --git a/INSTALL b/INSTALL index 5f8f228..8b41e69 100644 --- a/INSTALL +++ b/INSTALL @@ -75,7 +75,7 @@ On Fedora you need 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 \ + libgit2-devel libudev-devel libusbx-devel libcurl-devel libssh2-devel\ qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtscript-devel \ qt5-qtwebkit-devel qt5-qtsvg-devel qt5-qttools-devel \ qt5-qtconnectivity-devel @@ -124,7 +124,7 @@ git clone git://subsurface-divelog.org/subsurface Now you can run Subsurface like this: -cd subsurface +cd subsurface/build ./subsurface --- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
