From 655afcfc96cb3f455da630cf3ffb976e77860c02 Mon Sep 17 00:00:00 2001 From: Michael Ira Krufky Date: Sun, 1 Nov 2015 07:44:56 -0500 Subject: [PATCH] README: remove the word 'simple' from build instructions Signed-off-by: Michael Ira Krufky --- README | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 36065eea..4badae38 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts ``` If, for some odd reason, you want to build libdvbtee using the old version of -the table / descriptor decoder, simple specify --enable-olddecoder to configure +the table / descriptor decoder, specify --enable-olddecoder to configure ``` autoreconf --install ./configure --enable-olddecoder @@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts ``` If, for some odd reason, you want to build libdvbtee using the old version of -the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake +the table / descriptor decoder, specify CONFIG+=olddecoder to qmake ``` qmake -r CONFIG+=olddecoder make diff --git a/README.md b/README.md index 36065eea..4badae38 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ dvbtee/dvbtee < mpegfile.ts ``` If, for some odd reason, you want to build libdvbtee using the old version of -the table / descriptor decoder, simple specify --enable-olddecoder to configure +the table / descriptor decoder, specify --enable-olddecoder to configure ``` autoreconf --install ./configure --enable-olddecoder @@ -56,7 +56,7 @@ LD_LIBRARY_PATH=libdvbtee:libdvbtee_server dvbtee/dvbtee < mpegfile.ts ``` If, for some odd reason, you want to build libdvbtee using the old version of -the table / descriptor decoder, simple specify CONFIG+=olddecoder to qmake +the table / descriptor decoder, specify CONFIG+=olddecoder to qmake ``` qmake -r CONFIG+=olddecoder make