diff options
Diffstat (limited to 'vrt/README')
-rw-r--r-- | vrt/README | 10 |
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 |