aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-15 12:06:20 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-15 12:06:20 +0100
commit275b55e39a84a3877e7e68b7c800bd0de28c128c (patch)
tree40c017a428e2759031f42a0c2df5b7ca156367ab
parent1b435445080d82e5febc82270ddb46488d7f326e (diff)
downloadetisnoop-275b55e39a84a3877e7e68b7c800bd0de28c128c.tar.gz
etisnoop-275b55e39a84a3877e7e68b7c800bd0de28c128c.tar.bz2
etisnoop-275b55e39a84a3877e7e68b7c800bd0de28c128c.zip
Update README
-rw-r--r--README.md19
1 files changed, 18 insertions, 1 deletions
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.