blob: 6e20a54d755fdc07daccc02d762b83fa846e966c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
########################################################################
## GrRuntime
########################################################################
Read all about the project goals here:
https://github.com/guruofquality/grruntime/wiki
------------------------------------------------------------------------
-- Prerequisites
------------------------------------------------------------------------
* https://github.com/guruofquality/tsbe
* standard gnuradio prereqs
------------------------------------------------------------------------
-- Get the source code
------------------------------------------------------------------------
git clone https://github.com/guruofquality/grruntime.git
cd grruntime
git submodule init
git submodule update
------------------------------------------------------------------------
-- Installation instructions
------------------------------------------------------------------------
mkdir <build dir>
cd <build dir>
cmake <source dir>/gnuradio
make
sudo make install
|