From 2cff22ef54be8f3eb7064254a59aec4e6aa76a2e Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 2 Nov 2018 09:28:48 +0100 Subject: Added little INSTALL document and fixed some compiler issues --- INSTALL | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..527a7b4 --- /dev/null +++ b/INSTALL @@ -0,0 +1,24 @@ +You need to have the folowing packages install: + +* automake, gcc for compilation +* libasound2 for sound card support, which is what you need! +* libsoapysdr or libuhd (developer) to support SDR +* -> SoapySDR modules to support your SDR hardware +* libimagamagick version >= 7 (developer) optionally for TV image display + + +Generate "configure": + +$ autoreconf -if + + +Run "configure": + +$ ./configure + + +Build and install: + +$ make +$ make install + -- cgit v1.2.3