From 4e28cff27ef9034426dbdd17edc23fc348ac9fa5 Mon Sep 17 00:00:00 2001 From: Luc Guyot Date: Tue, 24 Sep 2024 17:54:15 +0200 Subject: [PATCH 1/3] Indicate which zip file should be downloaded for Sentry on Windows --- infomaniak-build-tools/windows/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infomaniak-build-tools/windows/Readme.md b/infomaniak-build-tools/windows/Readme.md index e469b8165..204713adf 100644 --- a/infomaniak-build-tools/windows/Readme.md +++ b/infomaniak-build-tools/windows/Readme.md @@ -89,7 +89,8 @@ Add to the following paths to your `PATH` or adapt them to the actual location o ## Sentry -Download the [Sentry sources](https://github.com/getsentry/sentry-native/releases) and extract them to `F:\Projects`. +Download the [Sentry sources (sentry-native.zip +)](https://github.com/getsentry/sentry-native/releases) and extract them to `F:\Projects`. After successful extraction, run: ```bash From 492b509cf764d69fdd19f82c799a40943dd533aa Mon Sep 17 00:00:00 2001 From: Luc Guyot Date: Tue, 24 Sep 2024 18:09:06 +0200 Subject: [PATCH 2/3] Emphasizes the zip file name --- infomaniak-build-tools/windows/Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infomaniak-build-tools/windows/Readme.md b/infomaniak-build-tools/windows/Readme.md index 204713adf..5c78ed894 100644 --- a/infomaniak-build-tools/windows/Readme.md +++ b/infomaniak-build-tools/windows/Readme.md @@ -89,8 +89,7 @@ Add to the following paths to your `PATH` or adapt them to the actual location o ## Sentry -Download the [Sentry sources (sentry-native.zip -)](https://github.com/getsentry/sentry-native/releases) and extract them to `F:\Projects`. +Download the [Sentry sources (`sentry-native.zip`)](https://github.com/getsentry/sentry-native/releases) and extract them to `F:\Projects`. After successful extraction, run: ```bash From 2920f85dbb0cd6d4126153e1182e0cb24bd6aebf Mon Sep 17 00:00:00 2001 From: Luc Guyot Date: Wed, 25 Sep 2024 17:10:24 +0200 Subject: [PATCH 3/3] Adds a hint to see Qt earlier versions from the installer GUI --- infomaniak-build-tools/linux/Readme.md | 3 ++- infomaniak-build-tools/macos/Readme.md | 3 ++- infomaniak-build-tools/windows/Readme.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/infomaniak-build-tools/linux/Readme.md b/infomaniak-build-tools/linux/Readme.md index 70d1b13f2..139b4234d 100644 --- a/infomaniak-build-tools/linux/Readme.md +++ b/infomaniak-build-tools/linux/Readme.md @@ -72,7 +72,8 @@ Check the version again with `clang --version` to ensure that the version is now ## Qt 6.2.3 -From the [Qt Installer](https://www.qt.io/download-qt-installer-oss?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab4), tick the **Archive** box to see earlier Qt versions. +From the [Qt Installer](https://www.qt.io/download-qt-installer-oss?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab4), +tick the **Archive** box and then press the `Refresh` button to see earlier `Qt` versions. In QT 6.2.3, select : - Desktop gcc 64-bits - Qt 5 Compatibility Module diff --git a/infomaniak-build-tools/macos/Readme.md b/infomaniak-build-tools/macos/Readme.md index af6ff8a9f..cabd14033 100644 --- a/infomaniak-build-tools/macos/Readme.md +++ b/infomaniak-build-tools/macos/Readme.md @@ -57,7 +57,8 @@ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer ## QT 6.2.3 -From the [Qt Installer](https://www.qt.io/download-qt-installer-oss?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab4), tick the **Archive** box to see earlier Qt versions. +From the [Qt Installer](https://www.qt.io/download-qt-installer-oss?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab4), +tick the **Archive** box and then press the `Refresh` button to see earlier `Qt` versions. In `QT 6.2.3`, select: - macOS - Sources diff --git a/infomaniak-build-tools/windows/Readme.md b/infomaniak-build-tools/windows/Readme.md index 5c78ed894..bfd97fbf5 100644 --- a/infomaniak-build-tools/windows/Readme.md +++ b/infomaniak-build-tools/windows/Readme.md @@ -65,7 +65,8 @@ When installing `Visual Studio 2019`, select the following components: ## Qt 6.2.3 -From the [Qt Installer](https://www.qt.io/download-qt-installer-oss?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab4), tick the **Archive** box to see earlier Qt versions. +From the [Qt Installer](https://www.qt.io/download-qt-installer-oss?hsCtaTracking=99d9dd4f-5681-48d2-b096-470725510d34%7C074ddad0-fdef-4e53-8aa8-5e8a876d6ab4), +tick the **Archive** box and then press the `Refresh` button to see earlier `Qt` versions. In `Qt 6.2.3`, select: - MSVC 2019 64-bit - Sources