From 11e99e42e823b515fe6ba24266c0c9f702e45cc3 Mon Sep 17 00:00:00 2001 From: Luis-Johannes Schubert Date: Mon, 15 Feb 2021 21:28:43 -0800 Subject: [PATCH] Update build-osx.md for Mac install --c++11 no longer needed and needs to be removed. --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 4c8eb2611..97536bbea 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -16,7 +16,7 @@ Then install [Homebrew](https://brew.sh). Dependencies ---------------------- - brew install automake libtool boost --c++11 miniupnpc openssl pkg-config protobuf --c++11 qt5 libevent + brew install automake libtool boost miniupnpc openssl pkg-config protobuf qt5 libevent brew install berkeley-db # You need to make sure you install a version >= 5.1.29, but as close to 5.1.29 as possible. Check the homebrew docs to find out how to install older versions. If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG