aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
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
-----