improve OSX instructions

pull/148/head
bert hubert 2021-03-27 17:44:12 +01:00
parent 7134316efe
commit 4860006fdc
1 changed files with 10 additions and 6 deletions

View File

@ -98,13 +98,17 @@ echo WSLAY=-lwslay > Makefile.local
Building on OSX 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 protobuf lzlib zstd h2o eigen
brew install lzlib ```
brew install zstd
brew install h2o And then:
brew install eigen ```
git clone https://github.com/ahupowerdns/galmon.git --recursive
cd galmon
make make
``` ```