add OSX instructions

pull/148/head
bert hubert 2021-03-27 17:12:25 +01:00
parent 30be749712
commit 7134316efe
1 changed files with 14 additions and 2 deletions

View File

@ -72,8 +72,8 @@ Goals:
Works on Linux (including Raspbian Buster on Pi Zero W), OSX and OpenBSD. 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), 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 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 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 Running in Docker
----------------- -----------------