From 85b8eb8d85b5586f81a0fb62470de2522c0fc488 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 2 Jun 2019 22:29:13 +1000 Subject: [PATCH] Add build commands to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 668e90bb..f9755f01 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,16 @@ ## Changes * [Update LRIT and HRIT symbol rates](https://github.com/sam210723/goestools/commit/9fd004cc2aef0f7620703321314443f4c8d6b634) * [Disable building of goeslrit, goesproc and goespackets](https://github.com/sam210723/goestools/commit/73bae4e01bebd3b3bf347f8afc731bda2549dfe8) + +## Building +``` +sudo apt-get update +sudo apt-get install -y build-essential cmake +git clone --recursive https://github.com/sam210723/goestools +cd goestools +mkdir build +cd build +cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local +make +make install +```