From dfc86ac38f33d850ac84ff9dadd1089f909554f0 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Mon, 22 Aug 2022 07:51:52 +0200 Subject: [PATCH] Update the installation instructions for Homebrew. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e35502978..94eade1f6 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab