diff options
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/AUTHORS | 3 | ||||
-rw-r--r-- | gr-atsc/NEWS | 0 | ||||
-rw-r--r-- | gr-atsc/README | 23 |
3 files changed, 0 insertions, 26 deletions
diff --git a/gr-atsc/AUTHORS b/gr-atsc/AUTHORS deleted file mode 100644 index fe4e73c34..000000000 --- a/gr-atsc/AUTHORS +++ /dev/null @@ -1,3 +0,0 @@ -Eric Blossom <eb@comsec.com> -Matt Ettus <matt@ettus.com> - diff --git a/gr-atsc/NEWS b/gr-atsc/NEWS deleted file mode 100644 index e69de29bb..000000000 --- a/gr-atsc/NEWS +++ /dev/null diff --git a/gr-atsc/README b/gr-atsc/README index 91245716f..4e32fb88a 100644 --- a/gr-atsc/README +++ b/gr-atsc/README @@ -25,26 +25,3 @@ ATSC (HDTV) transmitter and receiver. See http://www.atsc.org for specifications. The most relevant ones are XXX and YYY. - -To build this, you must already have built and installed -gnuradio-core. Then if you're building from a tarball: - - $ ./configure - $ make - $ make check - $ sudo make install - -If you're building from CVS, you'll need to use this sequence, since -CVS doesn't contain configure or the generated Makefiles. - - $ ./bootstrap - $ ./configure - $ make - $ make check - $ sudo make install - - -The doc directory is not built by default. This is to avoid spurious -build problems on systems that don't have xmlto installed. If you -have xmlto and its dependencies installed, you can build the html -version of the howto article by cd'ing to doc and invoking make. |