Skip to content

Commit

Permalink
Indicate which zip file should be downloaded for Sentry on Windows (#317
Browse files Browse the repository at this point in the history
)

* 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 <[email protected]>
  • Loading branch information
luc-guyot-infomaniak and herve-er authored Oct 3, 2024
1 parent 1acfd4c commit 98f1f56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion infomaniak-build-tools/linux/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion infomaniak-build-tools/macos/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions infomaniak-build-tools/windows/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 98f1f56

Please sign in to comment.