Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#566)
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md with the missing tools for building the project.

#skip-changelog.
  • Loading branch information
lucas-zimerman authored Feb 15, 2022
1 parent a9208d7 commit ff0f81e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ You'll need the following modules to be added in order to use Sentry Unity:
* macOS zsh: `export ANDROID_SDK_ROOT="$HOME/Library/Android/sdk"`
* Windows: `setx ANDROID_HOME "C:\Program Files (x86)\Android\android-sdk"` for a machine wide install, `setx ANDROID_HOME "%localappdata%\Android\Sdk"` for a user level install.

### Setup for building Sentry Native

Sentry Native is a sub module from Sentry Unity and for building it, currently requires the following tools:

* Install [CMake](https://cmake.org/download/).
* A supported C/C++ compiler.

## Build the project

On the root of the repository, write:
Expand Down

0 comments on commit ff0f81e

Please sign in to comment.