From 59d8dafe387b11ecf8bfff892e1e30fe07e33caa Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 10 Dec 2012 18:11:46 -0800 Subject: shorten readme, instructions on wiki --- README.txt | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 971c56f..f894748 100644 --- a/README.txt +++ b/README.txt @@ -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 -cd -cmake /gnuradio -make -sudo make install -sudo ldconfig - ------------------------------------------------------------------------- --- Build and Install instructions (MSVC) ------------------------------------------------------------------------- -Untested. Minor fixes may be needed but it should work. -- cgit