diff options
-rw-r--r-- | README.md | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -7,7 +7,21 @@ form that makes analysis easier. It can show information about the signalling, details about the FIGs, and extract a DAB+ subchannel into a file. -There is no configure script, only a simple Makefile. There are two +Build +----- + +Make sure you have cmake installed and do + + mkdir build + cd build + cmake .. + make + + +Build with old makefile +----------------------- + +Alternatively, use the old Makefile. There are two variants: make etisnoop @@ -21,6 +35,9 @@ same name, configure it, and if required modify it. Then you can do to compile a version of etisnoop compiled against your own copy of FAAD. +About +----- + This is a contribution by CSP.it, is now developed by opendigitalradio, and is published under the terms of the GNU GPL v3 or later. See LICENCE for more information. |