README: add system configuration for OS X
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 27 Jan 2016 02:25:34 +0000 (21:25 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 9 Feb 2016 19:41:45 +0000 (14:41 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

README.md

index a382d3e..d84731a 100644 (file)
--- 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
 
 
     $ 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
 Important files and directories:
 
  * benchmarks/ Script to bench the compilers