Skip to content

Commit

Permalink
CONTRIBUTING.md: Add miniaudio download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Feb 5, 2025
1 parent 034dbed commit 4fa0a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Building from source assumes that you have a working installation of Python 3, i
To build on macOS from source, install dependencies with Homebrew:
```
brew install cmake libsndfile
curl https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h -o source/include/signalflow/node/io/output/miniaudio-library.h
```

Clone this repository, then build and install with `pip`:
Expand All @@ -37,6 +38,7 @@ To build the Python library from source on Linux, install dependencies with apt:
```
# If on Raspberry Pi: libfftw3-dev
apt-get install -y git cmake g++ python3-pip libasound2-dev libsndfile1-dev fftw3-dev
curl https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h -o source/include/signalflow/node/io/output/miniaudio-library.h
```

Clone this repository, then build and install with `pip`:
Expand Down

0 comments on commit 4fa0a17

Please sign in to comment.