diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..6e20a54 --- /dev/null +++ b/README.txt @@ -0,0 +1,29 @@ +######################################################################## +## GrRuntime +######################################################################## + +Read all about the project goals here: +https://github.com/guruofquality/grruntime/wiki + +------------------------------------------------------------------------ +-- Prerequisites +------------------------------------------------------------------------ +* https://github.com/guruofquality/tsbe +* standard gnuradio prereqs + +------------------------------------------------------------------------ +-- Get the source code +------------------------------------------------------------------------ +git clone https://github.com/guruofquality/grruntime.git +cd grruntime +git submodule init +git submodule update + +------------------------------------------------------------------------ +-- Installation instructions +------------------------------------------------------------------------ +mkdir <build dir> +cd <build dir> +cmake <source dir>/gnuradio +make +sudo make install |