From 0510b4d78987bc496d36dc22c827170263e36b5b Mon Sep 17 00:00:00 2001 From: Struma Date: Mon, 20 Jan 2020 16:31:39 -0500 Subject: [PATCH] building with Homebrew now needs libsigc++@2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22658a67..d40806a3 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ You'll find your stuff under your MSYS home directory. You can also type `explor ```sh brew install meson cmake automake autoconf sdl2 sdl2_{image,ttf} \ -pixman physfs libsigc++ libvorbis fluidsynth pkgconfig libtool +pixman physfs libsigc++@2 libvorbis fluidsynth pkgconfig libtool ``` 3. Build the rest from source: