diff options
author | Josh Blum | 2012-09-19 18:36:45 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-19 18:36:45 -0700 |
commit | 6fed7c8bd373fcde314afeac8e0b110b642c31c6 (patch) | |
tree | b2c19138ab56a7782aa97f100332cb3ef02b7754 /README.txt | |
parent | d3d7cd4a0a5ce7704e5bdab5871ce516870f509d (diff) | |
download | sandhi-6fed7c8bd373fcde314afeac8e0b110b642c31c6.tar.gz sandhi-6fed7c8bd373fcde314afeac8e0b110b642c31c6.tar.bz2 sandhi-6fed7c8bd373fcde314afeac8e0b110b642c31c6.zip |
some additions to the README.txt
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -14,16 +14,22 @@ https://github.com/guruofquality/gras/wiki ------------------------------------------------------------------------ -- Get the source code ------------------------------------------------------------------------ -git clone https://github.com/guruofquality/gras.git -cd grruntime +git clone https://github.com/guruofquality/gras.git gras +cd gras git submodule init git submodule update ------------------------------------------------------------------------ --- Installation instructions +-- Build and Install instructions (unix makefiles) ------------------------------------------------------------------------ -mkdir <build dir> -cd <build dir> -cmake <source dir>/gnuradio +mkdir <build-dir> +cd <build-dir> +cmake <gras-source-dir>/gnuradio make sudo make install +sudo ldconfig + +------------------------------------------------------------------------ +-- Build and Install instructions (MSVC) +------------------------------------------------------------------------ +Untested. Minor fixes may be needed but it should work. |