Skip to content

Commit

Permalink
Add build prerequisites into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMoelans committed Nov 27, 2024
1 parent f1e987e commit 1ca19fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ 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.

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

**Build example**:
Expand Down

0 comments on commit 1ca19fa

Please sign in to comment.