From 3cf427ff76275312aeb71935cec232d014d2d9de Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 20 Jan 2023 12:41:16 -0700 Subject: [PATCH] Setup/use stub README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 78eacad..7ef8cf1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,33 @@ This repo is a downstream port of STRF from proprietary pgplot to libre giza. +# Setup +Thus. + +``` +sudo apt install giza-dev git make gcc gfortran libpng-dev \ + libx11-dev libgsl-dev libfftw3-dev dos2unix unzip + +git clone https://spacecruft.org/spacecruft/strf +cd strf/ +make +sudo make install +``` + + +# Use +Example. + +With a `./tmp/` directory with filenames like this: +`2023-01-20_000099.bin` + + +Run: +``` +./rfplot -p ./tmp/2023-01-20 +``` + + # Upstream See `README-upstream.md`.