summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blossom2010-10-05 21:59:36 -0700
committerEric Blossom2010-10-05 21:59:36 -0700
commit9ccd86714958fb2bd0cdc457745737f6d20efd7f (patch)
treeafa4cbb519c8b73d3e4e6d29bd868d576cef5eff
parentcf3270ff70ab46a2446eeb72373f6ecc96b9669c (diff)
downloadgnuradio-9ccd86714958fb2bd0cdc457745737f6d20efd7f.tar.gz
gnuradio-9ccd86714958fb2bd0cdc457745737f6d20efd7f.tar.bz2
gnuradio-9ccd86714958fb2bd0cdc457745737f6d20efd7f.zip
Add README with forwarding pointer
-rw-r--r--vrt/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/vrt/README b/vrt/README
new file mode 100644
index 000000000..97719d412
--- /dev/null
+++ b/vrt/README
@@ -0,0 +1,10 @@
+The vrt code has been temporarily moved to Eric's Out-of-Tree repository,
+pending the "Grand Build System Reorganization".
+
+To grab the code and build it:
+
+ $ git clone git://gnuradio.org/eb-oot
+
+ $ cd eb-oot/vrt
+ $ ./bootstrap && ./configure
+ $ make && make check && make install