cobble a temporary changelog entry to keep this test build straight
[debian/gnuradio] / gnuradio-examples / c++ / dial_tone / README
1 This example requires that gr-audio-alsa be built in the main tree in order
2 to compile successfully.  It is not built automatically.
3
4 To build this example, you must make two modifications to the build system:
5
6 1) Add the following line inside config/grc_gnuradio_examples.m4:
7
8    gnuradio-examples/c++/dial_tone/Makefile
9    
10    ...to the list of Makefiles already in there.
11    
12 2) In gnuradio-examples/c++/Makefile.am, uncomment the SUBDIRS line
13
14 # SUBDIRS = dial_tone
15
16 Then, from the top-level directory, re-run ./bootstrap and ./configure.