summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJosh Blum2012-12-10 18:11:46 -0800
committerJosh Blum2012-12-10 18:11:46 -0800
commit59d8dafe387b11ecf8bfff892e1e30fe07e33caa (patch)
tree5c3244dbff849dcca4e0c126f22ec601057e6ea2 /README.txt
parent6f76d00a38da0168e42e7e2b043237641d571df1 (diff)
downloadsandhi-59d8dafe387b11ecf8bfff892e1e30fe07e33caa.tar.gz
sandhi-59d8dafe387b11ecf8bfff892e1e30fe07e33caa.tar.bz2
sandhi-59d8dafe387b11ecf8bfff892e1e30fe07e33caa.zip
shorten readme, instructions on wiki
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt31
1 files changed, 1 insertions, 30 deletions
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 <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.