diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-04 01:54:23 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-04 01:54:23 +0000 |
commit | 559f82a0d10f604b0b27cfb8663d93b1625dbd8b (patch) | |
tree | 627d34dbfd9d9d996b39a752c3b03de611ba07b1 /gr-atsc/README | |
parent | fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c (diff) |
Cleaned up top-level README, and fixed or deleted lower level ones as
appropriate.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3133 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-atsc/README')
-rw-r--r-- | gr-atsc/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gr-atsc/README b/gr-atsc/README index 91245716ff..4e32fb88a7 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. |