Skip to content

Commit

Permalink
Added additional link to Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMoelans committed Nov 27, 2024
1 parent 1ca19fa commit bf23407
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. If you want to use this repo directly please follow the [contribution guide](./CONTRIBUTING.md).

[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.
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).

Building the Crashpad Backend [requires a `C++20` compatible compiler](https://github.com/getsentry/sentry-native/issues/1041).

Expand Down

0 comments on commit bf23407

Please sign in to comment.