Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Create the readme with how-to build
  • Loading branch information
crs-bs authored Sep 8, 2020
1 parent d8ec603 commit 29b32df
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# GR-CYBERRADIO

## Compatibility
This software has been built and tested against Ubuntu 16.04 and Ubuntu 18.04

## Build and Install

`git clone [email protected]:CyberRadio/gr-cyberradio.git`

### libcyberradio

cd gr-cyberradio && cd libcyberradio && mkdir build && cd build
cmake ../
make && sudo make install
cd ../

### cyberradiodriver

cd cyberradiodriver
sudo python setup.py install
cd ../

### gr-CyberRadio

cd gr-CyberRadio && mkdir build && cd build
cmake ../
make && sudo make install

0 comments on commit 29b32df

Please sign in to comment.