-
Notifications
You must be signed in to change notification settings - Fork 84
Getting started
Pieter Noordhuis edited this page Feb 26, 2018
·
1 revision
Install prerequisites:
$ sudo apt-get install -y build-essential cmake git
$ sudo apt-get install -y libairspy-dev librtlsdr-dev libopencv-dev
Clone the repository:
$ git clone --recursive https://github.com/pietern/goestools
Compile:
cd goestools
mkdir -p build
cd build
cmake ../
make
The following binaries are now available in the build directory:
- build/src/goesrecv/goesrecv
- build/src/goesproc/goesproc
- build/src/goesdec/goesdec
- build/src/lrit/lritdump