Skip to content

Commit

Permalink
apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMoelans committed Nov 27, 2024
1 parent 07f48e2 commit 25e71b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Using the `sentry-native` SDK in a standalone use case is currently an experimen
## Downloads

The SDK can be downloaded from the [Releases] page, which also lists the
changelog of every version. If you want to use this repo directly please follow the [contribution guide](./CONTRIBUTING.md).
changelog of every version. We recommend using our release packages, but if you want to use this repo directly, please follow the [contribution guide](./CONTRIBUTING.md) to understand the setup better.

[releases]: https://github.com/getsentry/sentry-native/releases

Expand Down Expand Up @@ -92,7 +92,7 @@ per platform, and can also be configured for cross-compilation.
System-wide installation of the resulting sentry library is also possible via
CMake.

Depending on the platform and backend, the prerequisites to building differ. You will always need CMake to actually build the code. Additionally, when using crashpad, `zlib` is required. On Linux and macOS `curl` is a prerequisite. For more details, check out the [contribution guide](./CONTRIBUTING.md).
The prerequisites for building differ depending on the platform and backend. You will always need `CMake` to build the code. Additionally, when using the `crashpad` backend, `zlib` is required. On Linux and macOS, `libcurl` is a prerequisite. For more details, check out the [contribution guide](./CONTRIBUTING.md).

Building the Crashpad Backend [requires a `C++20` compatible compiler](https://github.com/getsentry/sentry-native/issues/1041). In particular, the standard library must support `std::ranges` for `mini_chromium` (a core library of `crashpad`).

Expand Down

0 comments on commit 25e71b3

Please sign in to comment.