diff options
author | Johnathan Corgan | 2011-03-14 15:20:19 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-03-14 15:20:19 -0700 |
commit | 7df5b10ddcd64309a5c299f662a4cd62a7d175ab (patch) | |
tree | 1b345cb9be2d6eb04a87efa6102f5220bc3759b4 /gnuradio-examples/c++/dial_tone/README | |
parent | c16a01e08e7b4fa3a7660fac785d2095053b323e (diff) | |
download | gnuradio-7df5b10ddcd64309a5c299f662a4cd62a7d175ab.tar.gz gnuradio-7df5b10ddcd64309a5c299f662a4cd62a7d175ab.tar.bz2 gnuradio-7df5b10ddcd64309a5c299f662a4cd62a7d175ab.zip |
gnuradio-examples: add C++ audio examples using new gr-audio
* gnuradio-examples/C++/audio/dial_tone
Diffstat (limited to 'gnuradio-examples/c++/dial_tone/README')
-rw-r--r-- | gnuradio-examples/c++/dial_tone/README | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnuradio-examples/c++/dial_tone/README b/gnuradio-examples/c++/dial_tone/README deleted file mode 100644 index 6d5ed5059..000000000 --- a/gnuradio-examples/c++/dial_tone/README +++ /dev/null @@ -1,16 +0,0 @@ -This example requires that gr-audio-alsa be built in the main tree in order -to compile successfully. It is not built automatically. - -To build this example, you must make two modifications to the build system: - -1) Add the following line inside config/grc_gnuradio_examples.m4: - - gnuradio-examples/c++/dial_tone/Makefile - - ...to the list of Makefiles already in there. - -2) In gnuradio-examples/c++/Makefile.am, uncomment the SUBDIRS line - -# SUBDIRS = dial_tone - -Then, from the top-level directory, re-run ./bootstrap and ./configure.
\ No newline at end of file |