Skip to content

Commit

Permalink
Docs - add pkg-config to list of macOS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Mar 13, 2023
1 parent c4d889f commit 026424c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions BUILD-MAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ and to run
you're using an older version of macOS some steps may need
modification.


## 1. Installing Dependencies

In order to build Sonic Pi's various components, we need to install a
few dependencies:

1. Xcode (12.1+) and command line tools
2. Homebrew
3. All other dependencies - Qt6 (6.2+), CMake (3.18+), Elixir(1.13+)
3. All other dependencies - Qt6 (6.2+), CMake (3.18+), Elixir(1.13+), pkg-config


### 1.1 Install Xcode
Expand Down Expand Up @@ -75,7 +75,7 @@ Once you have Homebrew installed, pulling in the rest of the
dependencies is a couple of lines to execute within a terminal:

```
brew install qt cmake elixir
brew install qt cmake elixir pkg-config
```

Expand All @@ -90,15 +90,15 @@ into a folder on your hard drive such as `~/Development/sonic-pi`:

```
git clone https://github.com/sonic-pi-net/sonic-pi.git ~/Development/sonic-pi
```
```

If you don't have Git installed you should be able to download a `.zip`
file of the latest commit or specific release (v3.3+) you'd like to
build:

https://github.com/sonic-pi-net/sonic-pi/archive/main.zip

From now on these instructions will assume you downloaded the source
From now on these instructions will assume you downloaded the source
into `~/Development/sonic-pi`. If you used a different location be sure to
change any future references to `~/Development/sonic-pi` to your chosen location.

Expand Down

0 comments on commit 026424c

Please sign in to comment.