blob: 97719d412f94d7647f0165ed48ac05266e346e90 (
plain)
1
2
3
4
5
6
7
8
9
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
|