From 5aa7fac6a048fae981346e69160f00acaf3a37b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 26 Jan 2016 21:25:34 -0500 Subject: [PATCH] README: add system configuration for OS X MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a382d3e..d84731a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ Those are available in most Linux distributions $ sudo apt-get install build-essential ccache libgc-dev graphviz libunwind-dev pkg-config +and on OS X using brew + + $ brew install ccache bdw-gc graphviz libunwind-headers pkgconfig + +or with MacPorts + + $ sudo port install ccache boehmgc graphviz libunwind-headers pkgconfig + Important files and directories: * benchmarks/ Script to bench the compilers -- 1.7.9.5