diff options
author | gdt | 2006-11-11 20:49:40 +0000 |
---|---|---|
committer | gdt | 2006-11-11 20:49:40 +0000 |
commit | eba97622f7fc5e6999f34c05b4d6c4ed1e3fe5a0 (patch) | |
tree | 3862cf8be4962be58244a97e61d06d735d05e7f1 /gr-howto-write-a-block/README | |
parent | 967b6754467da04232c470067bf165b8ca11513b (diff) | |
download | gnuradio-eba97622f7fc5e6999f34c05b4d6c4ed1e3fe5a0.tar.gz gnuradio-eba97622f7fc5e6999f34c05b4d6c4ed1e3fe5a0.tar.bz2 gnuradio-eba97622f7fc5e6999f34c05b4d6c4ed1e3fe5a0.zip |
explain why this is separate (ripped off from Eric's email to the list)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3969 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-howto-write-a-block/README')
-rw-r--r-- | gr-howto-write-a-block/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gr-howto-write-a-block/README b/gr-howto-write-a-block/README index e507496ae..a2461d9d2 100644 --- a/gr-howto-write-a-block/README +++ b/gr-howto-write-a-block/README @@ -19,9 +19,12 @@ # Boston, MA 02110-1301, USA. # -This tarball contains a build tree with examples, Makefiles, etc that -demonstrate how to write signal processing blocks for the GNU Radio -system. +This directory (and the resulting tarball) contains a build tree with +examples, Makefiles, etc that demonstrate how to write signal +processing blocks for the GNU Radio system. This directory is +intentionally distributed separately from the unified tarball of the +rest of GNU Radio in order to avoid problems for people who have begun +to write blocks with a modified copy of gr-howto-write-a-block. This package requires that gnuradio-core is already installed. It also depends on some GNU Radio prerequisites, such as boost. |