From 6fed7c8bd373fcde314afeac8e0b110b642c31c6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 19 Sep 2012 18:36:45 -0700 Subject: some additions to the README.txt --- README.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 25d423c..971c56f 100644 --- a/README.txt +++ b/README.txt @@ -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 -cd -cmake /gnuradio +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