From 98a3a6984ce6973f693ff468f96949175fa38aff Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Sun, 10 Jul 2022 13:05:47 -0300 Subject: [PATCH] Update INSTALL documents to Qt5.15.2 and generate Snapshots To enable more testing of the new background refresh, building with Qt5.15 and Xert/Nolio credentials. [publish binaries] --- INSTALL-LINUX | 4 ++-- INSTALL-MAC | 4 ++-- INSTALL-WIN32 | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL-LINUX b/INSTALL-LINUX index 7ee573071..60aca4405 100644 --- a/INSTALL-LINUX +++ b/INSTALL-LINUX @@ -6,7 +6,7 @@ John Ehrlinger Ale Martinez - Mar 2021 + Jul 2022 Version 3.6 A walkthrough of building GoldenCheetah from scratch on Ubuntu linux 18.04 @@ -48,7 +48,7 @@ Install Qt ---------- Download and install the Qt SDK from http://qt-project.org/ You can use a browser to download and run the interactive installer, be sure to -select version 5.14.2 or higher Qt 5 version, including at least the following modules: +select version 5.15.2 or higher Qt 5 version, including at least the following modules: - Desktop gcc 64-bit - Qt Charts - Qt WebEngine diff --git a/INSTALL-MAC b/INSTALL-MAC index 23eb45cf8..b2bd9f020 100644 --- a/INSTALL-MAC +++ b/INSTALL-MAC @@ -1,11 +1,11 @@ Update Note: to build GoldenCheetah v3.6 we are using the Homebrew Package Manager to install dependencies, including Qt and GSL, on Travis-ci -macOS High Sierra build environment. +macOS Catalina build environment. You can check the travis/osx folder for the complete and updated build scripts, the minimum Qt version known to work is 5.13 with Qt WebEngine and Qt Charts. GSL - GNU Scientific Library is a mandatory dependency starting with v3.6 -Ale Martinez - May, 2020 +Ale Martinez - Jul, 2022 +++++++++++++++++++++++ MAC OSX BUILD WALKTHROUGH diff --git a/INSTALL-WIN32 b/INSTALL-WIN32 index 343e513a4..2a88f9a41 100644 --- a/INSTALL-WIN32 +++ b/INSTALL-WIN32 @@ -1,11 +1,11 @@ -Update Note: to build GoldenCheetah v3.6 we are using Microsoft Visual C++ 2017, -included in Microsoft Visual Studio 2019, with pre-installed Qt and GSL +Update Note: to build GoldenCheetah v3.6 we are using Microsoft Visual C++ 2019, +included in Microsoft Visual Studio 2019 AppVeyor image, with Qt5.15.2 and GSL 2.7 insalled with vcpkg, on AppVeyor continuous integration platform. You can check the appveyor.yml for the complete and updated build script, the minimum Qt version known to work is 5.13 with Qt WebEngine and Qt Charts. GSL - GNU Scientific Library is a mandatory dependency starting with v3.6 -Ale Martinez - May, 2020 +Ale Martinez - Jul, 2022 +++++++++++++++++++++++ WIN32 BUILD WALKTHROUGH +++++++++++++++++++++++