aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-02 17:29:59 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-02 17:29:59 +0200
commitdcef7ddfced0ff2a1ea013b30db7022bb55b2b07 (patch)
tree45c454ebaef7c2c279f47cec0581d929146cb2fe /README.md
parent8823ffb8e0cd34615f44e5d241030c57a7465153 (diff)
downloadetisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.tar.gz
etisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.tar.bz2
etisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.zip
Replace CMake by autotools
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
-----