Skip to content

Commit

Permalink
improve OSX instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
berthubert committed Mar 27, 2021
1 parent 7134316 commit 4860006
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 lzlib zstd h2o eigen
```

And then:
```
brew install protobuf
brew install lzlib
brew install zstd
brew install h2o
brew install eigen
git clone https://github.com/ahupowerdns/galmon.git --recursive
cd galmon
make
```

Expand Down

0 comments on commit 4860006

Please sign in to comment.