From 32e9a309bc1bdb3d9a1b6ecf284b172b62c1138d Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 23 Oct 2019 10:58:48 +0200 Subject: [PATCH] document new libeigen dependency --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de2831f..22ebabc 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,11 @@ Build locally To get started, make sure you have a C++17 compiler, git, protobuf-compiler. Then run 'make ubxtool navdump' to build the receiver-only tools. -To also run the webserver locally, intall libh2o-dev and run 'make'. - -To build everything, try: +To build everything, including the webserver, try: ``` -apt-get install protobuf-compiler libh2o-dev libcurl4-openssl-dev libssl-dev libprotobuf-dev libh2o-evloop-dev libwslay-dev libncurses5-dev +apt-get install protobuf-compiler libh2o-dev libcurl4-openssl-dev libssl-dev libprotobuf-dev \ +libh2o-evloop-dev libwslay-dev libncurses5-dev libeigen3-dev git clone https://github.com/ahupowerdns/galmon.git --recursive cd galmon make