Skip to content

Commit

Permalink
Clarify unar requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dapetcu21 committed Jan 5, 2021
1 parent 3b60697 commit 182a131
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,15 @@ the SDK versions that the Docker containers use.
This just boils down to downloading all the FMOD distributions and copying the
libraries to the appropriate locations. A script is provided for the second part.

You need to be on macOS and have `unar` (The Unarchiver's CLI tool) installed:

```bash
brew install unar
```

Download all the distributions to the same directory from
https://fmod.com/download (make sure to uncheck "Open safe files after
downloading" if using Safari), then, on macOS, run `update_fmod.sh` with the
downloading" if using Safari), then run `update_fmod.sh` with the
common prefix of the files you downloaded as the first argument:

```bash
Expand Down

0 comments on commit 182a131

Please sign in to comment.