From dcef7ddfced0ff2a1ea013b30db7022bb55b2b07 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 2 Sep 2016 17:29:59 +0200 Subject: Replace CMake by autotools --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1a58e50..405ee11 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ and extract a DAB+ subchannel into a file. Build ----- -Make sure you have cmake installed and do +etisnoop is using autotools. If you do not have a release containing a ./configure script, +run ./bootstrap.sh - mkdir build - cd build - cmake .. +Then do + + ./configure make + sudo make install About ----- -- cgit v1.2.3