diff options
author | Josh Blum | 2012-08-27 21:16:31 -0700 |
---|---|---|
committer | Josh Blum | 2012-08-27 21:16:31 -0700 |
commit | d9132ce861b61f29ab66089df8ce64194432d039 (patch) | |
tree | ea58506e445397fc1637e411128ba133410a2d31 /README.txt | |
parent | a5f6f6d071cc907c59af416c28f4d9374578f225 (diff) | |
download | sandhi-d9132ce861b61f29ab66089df8ce64194432d039.tar.gz sandhi-d9132ce861b61f29ab66089df8ce64194432d039.tar.bz2 sandhi-d9132ce861b61f29ab66089df8ce64194432d039.zip |
runtime: added shell of a readme
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 |