<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I pointed Martin at the release link so he would be able to download binaries. I didn't expect anyone to start from those sources, frankly (they are automatically put there by GitHub, I don't think I can turn this off). Building Subsurface from non-git sources is actually harder than just from a cloned git repository!<div class=""><br class=""></div><div class="">Usually all the main binaries are in that directory <a href="https://github.com/Subsurface-divelog/subsurface/releases/tag/ci-release" class="">https://github.com/Subsurface-divelog/subsurface/releases/tag/ci-release</a>, but sometimes one or more are missing because of issues with the way I implemented the uploading of releases. It looks like the latest set is missing the macOS .app.zip file :-(</div><div class=""><br class=""></div><div class="">I can push a current binary to the Subsurface website download area... and I can try and figure out a way to make the upload or the CICD builds more reliable - unfortunately the latest upload looks like it succeeded and somehow ended up getting overwritten / deleted by another build...</div><div class=""><br class=""></div><div class="">Unless you are planning to work on the code itself, I would strongly encourage people to just test with the builds we provide as that is much more indicative of what our users will experience as well.</div><div class=""><br class=""></div><div class="">/D</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 18, 2019, at 2:38 AM, Anton Lundin <<a href="mailto:glance@acc.umu.se" class="">glance@acc.umu.se</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 17 November, 2019 - Martin de Weger wrote:<br class=""><br class=""><blockquote type="cite" class="">Hi Guys,<br class=""><br class="">I’ve downloaded the latest developer release from <a href="https://github.com/Subsurface-divelog/subsurface/releases/tag/ci-release" class="">https://github.com/Subsurface-divelog/subsurface/releases/tag/ci-release</a> <<a href="https://github.com/Subsurface-divelog/subsurface/releases/tag/ci-release" class="">https://github.com/Subsurface-divelog/subsurface/releases/tag/ci-release</a>> and unpacked it at ~/Software/subsurface. After reading the Install file I executed cd ~/Software/subsurface/..; bash ~/Software/subsurface/scripts/build.sh -build-deps -desktop from the terminal. As a result, I get the following output. <br class=""></blockquote><br class=""><br class="">The ci-release tag is used to provide current dev builds, so if you only<br class="">would like to run a dev-build of subsurface you should be able to<br class="">download a Subsurface.app.zip from the ci-release page. Obviously there<br class="">is a bug somewhere that causes it to not show up right now.<br class=""><br class="">If you would like to build your own latest and greatest subsurface<br class="">binaries, I'd suggest you clone the repo instead of downloading a<br class="">ci-release snapshot of the source.<br class=""><br class=""><br class=""><blockquote type="cite" class="">building Subsurface in subsurface/build<br class="">Building in /Users/martinw/Software, installing in /Users/martinw/Software/install-root<br class="">cannot find qmake or qmake-qt5<br class=""><br class="">What am I missing? I have QT 5.13.2 installed in my app folder.<br class=""></blockquote><br class=""><br class="">You need to have qmake in your path, or point it out with<br class="">QMAKE=path/to/qmake or by pointing CMAKE_PREFIX_PATH to the cmake files<br class="">in your qt install.<br class=""><br class=""><br class="">//Anton<br class=""><br class=""><br class="">-- <br class="">Anton Lundin<span class="Apple-tab-span" style="white-space:pre">        </span>+46702-161604<br class="">_______________________________________________<br class="">subsurface mailing list<br class=""><a href="mailto:subsurface@subsurface-divelog.org" class="">subsurface@subsurface-divelog.org</a><br class="">http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface<br class=""></div></div></blockquote></div><br class=""></div></body></html>