Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate which zip file should be downloaded for Sentry on Windows #317

Merged
merged 6 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading