From 7134316efe78851f06828837076c49558053f779 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 27 Mar 2021 17:12:25 +0100 Subject: [PATCH] add OSX instructions --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4def535..06aa1a9 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ Goals: Works on Linux (including Raspbian Buster on Pi Zero W), OSX and OpenBSD. -Build locally -------------- +Build locally (Linux, Debian, Ubuntu) +------------------------------------- To get started, make sure you have a C++17 compiler (like g++ 8 or higher), git, protobuf-compiler. Then run 'make ubxtool navdump' to build the @@ -96,6 +96,18 @@ library installed. If you get an error about 'wslay', do the following, and run echo WSLAY=-lwslay > Makefile.local ``` +Building on OSX +--------------- +With thanks to a contributor from Prague: +``` +brew install protobuf +brew install lzlib +brew install zstd +brew install h2o +brew install eigen +make +``` + Running in Docker -----------------