From c7ebae03e6ac2986fb7a19dfe8ccd826fff17bbc Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Mon, 21 Aug 2017 07:05:01 +0200 Subject: [PATCH] Add more details in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3153ebd..3f335d4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ You need the usual development packages for C++ ([GCC][4]) with pkg-config and ### Darwin You need the development commandline tools provided by Apple via Xcode (Clang), -pkg-config and [CMake][6]. +pkg-config and [CMake][6]. It shoulw be possible to use [GCC][4] via +[Homebrew][7] or [MacPorts][8]. ### Windows with [MSYS2][3] @@ -120,3 +121,5 @@ directory according to the platform. [4]: https://gcc.gnu.org [5]: https://clang.llvm.org [6]: https://cmake.org +[7]: https://brew.sh +[8]: https://macports.org