Skip to content
Snippets Groups Projects
Commit dfc86ac3 authored by Albert Gräf's avatar Albert Gräf
Browse files

Update the installation instructions for Homebrew.

parent 2ef1668b
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,6 @@ Hard drive space required: *roughly 2 GB*
brew install libtool
brew install fftw
brew install python
brew install python-markdown
brew install lua
brew install fluidsynth
brew install lame
......@@ -209,8 +208,19 @@ Hard drive space required: *roughly 2 GB*
brew install speex
brew install gsl
brew install libquicktime
brew install sdl2
brew install pkg-config
You'll also need to install the python markdown module to generate the
platform-specific release notes (ReadMe.html, Welcome.html):
pip3 install markdown
**Note:** Depending on your macOS and Xcode version, the 10 minutes
estimate for this step may be a overly optimistic. Some build dependencies
may require recompilation which can take a long time (up to several hours,
if it includes a complete build of, e.g., gcc and cmake).
3. Clone the Purr-Data repository *(10 minutes)*
git clone https://git.purrdata.net/jwilkes/purr-data.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment