diff options
author | Josh Blum | 2012-12-10 18:11:46 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-10 18:11:46 -0800 |
commit | 59d8dafe387b11ecf8bfff892e1e30fe07e33caa (patch) | |
tree | 5c3244dbff849dcca4e0c126f22ec601057e6ea2 /README.txt | |
parent | 6f76d00a38da0168e42e7e2b043237641d571df1 (diff) | |
download | sandhi-59d8dafe387b11ecf8bfff892e1e30fe07e33caa.tar.gz sandhi-59d8dafe387b11ecf8bfff892e1e30fe07e33caa.tar.bz2 sandhi-59d8dafe387b11ecf8bfff892e1e30fe07e33caa.zip |
shorten readme, instructions on wiki
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 31 |
1 files changed, 1 insertions, 30 deletions
@@ -2,34 +2,5 @@ ## GRAS - The GNU Radio Advanced Scheduler ######################################################################## -Read all about the project goals here: +Project page, build instructions, everything: https://github.com/guruofquality/gras/wiki - ------------------------------------------------------------------------- --- Prerequisites ------------------------------------------------------------------------- -* standard gnuradio prereqs -* libnuma (linux only) - ------------------------------------------------------------------------- --- Get the source code ------------------------------------------------------------------------- -git clone https://github.com/guruofquality/gras.git gras -cd gras -git submodule init -git submodule update - ------------------------------------------------------------------------- --- Build and Install instructions (unix makefiles) ------------------------------------------------------------------------- -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. |