From 275b55e39a84a3877e7e68b7c800bd0de28c128c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 15 Jan 2016 12:06:20 +0100 Subject: Update README --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 965cb42..f91196a 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3