Thomas Kolb
0bf421c603
This module will contain custom blocks written for GNU Radio. Up to now, it contains one block for rotating the phase for the amount given in a specific tag on the stream.
7 lines
53 B
Bash
Executable file
7 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p build
|
|
cd build
|
|
cmake ..
|
|
make -j4
|