Added little INSTALL document and fixed some compiler issues

This commit is contained in:
Andreas Eversberg
2018-11-02 09:28:48 +01:00
parent e5c4e1f638
commit 2cff22ef54
3 changed files with 27 additions and 3 deletions

24
INSTALL Normal file
View File

@@ -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