Skip to content

Getting started

Pieter Noordhuis edited this page Feb 26, 2018 · 1 revision

goesrecv

Common steps

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
Clone this wiki locally