summaryrefslogtreecommitdiff
path: root/gr-guile/apps/README
diff options
context:
space:
mode:
authorEric Blossom2010-11-13 16:19:48 -0800
committerEric Blossom2010-11-13 16:19:48 -0800
commitabde5affda1533c518cce06d5edcffa4eda52340 (patch)
treeae4bc874f5af57bfe1871111f1cf9e3f601860c8 /gr-guile/apps/README
parentcefeb248677decabaeccff7ba2a526343baa215a (diff)
downloadgnuradio-abde5affda1533c518cce06d5edcffa4eda52340.tar.gz
gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.tar.bz2
gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.zip
dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working.
Diffstat (limited to 'gr-guile/apps/README')
-rw-r--r--gr-guile/apps/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-guile/apps/README b/gr-guile/apps/README
new file mode 100644
index 000000000..703146bd4
--- /dev/null
+++ b/gr-guile/apps/README
@@ -0,0 +1,2 @@
+This applications will not run from the build tree. They must be
+installed first using "make install"