From 4860006fdc8a6e3f7ad5dcdd85626d2a87bc174c Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 27 Mar 2021 17:44:12 +0100 Subject: [PATCH] improve OSX instructions --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06aa1a9..cedf8f8 100644 --- a/README.md +++ b/README.md @@ -98,13 +98,17 @@ echo WSLAY=-lwslay > Makefile.local Building on OSX --------------- -With thanks to a contributor from Prague: +With thanks to a contributor from Prague. First make sure you've installed +brew, which you can get [here](https://brew.sh/). Then do: + ``` -brew install protobuf -brew install lzlib -brew install zstd -brew install h2o -brew install eigen +brew install protobuf lzlib zstd h2o eigen +``` + +And then: +``` +git clone https://github.com/ahupowerdns/galmon.git --recursive +cd galmon make ```