From 98f1f56d92489d04c36e1de2a20bd0e2378fa449 Mon Sep 17 00:00:00 2001 From: Luc Guyot <162997198+luc-guyot-infomaniak@users.noreply.github.com> Date: Thu, 3 Oct 2024 07:53:31 +0200 Subject: [PATCH] Indicate which zip file should be downloaded for Sentry on Windows (#317) * Indicate which zip file should be downloaded for Sentry on Windows * Emphasizes the zip file name * Adds a hint to see Qt earlier versions from the installer GUI --------- Co-authored-by: Herve Eruam <82284536+herve-er@users.noreply.github.com> --- infomaniak-build-tools/linux/Readme.md | 3 ++- infomaniak-build-tools/macos/Readme.md | 3 ++- infomaniak-build-tools/windows/Readme.md | 5 +++-- 3 files changed, 7 insertions(+), 4 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 517560c2a..02e2e45f6 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 e469b8165..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 @@ -89,7 +90,7 @@ 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