diff options
author | gdt | 2006-10-23 13:22:48 +0000 |
---|---|---|
committer | gdt | 2006-10-23 13:22:48 +0000 |
commit | 2efbbf1f2c3bc7deb4c6998e4b7235552c140506 (patch) | |
tree | 5906aa7db22c5157ead3d4d52f47a12c4dabe8eb /gr-howto-write-a-block | |
parent | 32b58a7e22e7f88725c005972aa37065a00b2c4d (diff) | |
download | gnuradio-2efbbf1f2c3bc7deb4c6998e4b7235552c140506.tar.gz gnuradio-2efbbf1f2c3bc7deb4c6998e4b7235552c140506.tar.bz2 gnuradio-2efbbf1f2c3bc7deb4c6998e4b7235552c140506.zip |
Note that gnuradio-core and boost are required.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3834 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/README b/gr-howto-write-a-block/README index 1fad111d6..e507496ae 100644 --- a/gr-howto-write-a-block/README +++ b/gr-howto-write-a-block/README @@ -1,5 +1,5 @@ # -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -23,6 +23,9 @@ This tarball contains a build tree with examples, Makefiles, etc that demonstrate how to write signal processing blocks for the GNU Radio system. +This package requires that gnuradio-core is already installed. It +also depends on some GNU Radio prerequisites, such as boost. + To build the examples from the tarball use the normal recipe: $ ./configure |