aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-15 15:03:38 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-15 15:03:38 +0100
commit3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb (patch)
treedd8b4ae93ce1b87260794022f56cf8892958692a /README.md
parent275b55e39a84a3877e7e68b7c800bd0de28c128c (diff)
downloadetisnoop-3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb.tar.gz
etisnoop-3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb.tar.bz2
etisnoop-3576bfcd68ff58e022efc07ef8e1f1b757ccf6fb.zip
Refactor all FIG0/x into separate files
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index f91196a..1a58e50 100644
--- a/README.md
+++ b/README.md
@@ -17,24 +17,6 @@ Make sure you have cmake installed and do
cmake ..
make
-
-Build with old makefile
------------------------
-
-Alternatively, use the old Makefile. There are two
-variants:
-
- make etisnoop
-
-compiles the tool, dynamically linked against libfaad
-
-Or you can extract the sources for libfaad2-2.7 into a subfolder of the
-same name, configure it, and if required modify it. Then you can do
-
- make etisnoop-static
-
-to compile a version of etisnoop compiled against your own copy of FAAD.
-
About
-----