summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJosh Blum2012-09-19 18:36:45 -0700
committerJosh Blum2012-09-19 18:36:45 -0700
commit6fed7c8bd373fcde314afeac8e0b110b642c31c6 (patch)
treeb2c19138ab56a7782aa97f100332cb3ef02b7754 /README.txt
parentd3d7cd4a0a5ce7704e5bdab5871ce516870f509d (diff)
downloadsandhi-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.txt18
1 files changed, 12 insertions, 6 deletions
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 <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.