X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-examples%2Fc%2B%2B%2Fdial_tone%2FREADME;fp=gnuradio-examples%2Fc%2B%2B%2Fdial_tone%2FREADME;h=6d5ed5059c074215eb4d2197254ca667d6f0ce66;hb=8a9ddbb0675f9bfcc6e03b457fba6c79474a3693;hp=0000000000000000000000000000000000000000;hpb=82d471b9b4a8b389b5da44b19c69c36420828382;p=debian%2Fgnuradio diff --git a/gnuradio-examples/c++/dial_tone/README b/gnuradio-examples/c++/dial_tone/README new file mode 100644 index 00000000..6d5ed505 --- /dev/null +++ b/gnuradio-examples/c++/dial_tone/README @@ -0,0 +1,16 @@ +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