https://github.com/geontech/redhawk-ubuntu
Build and install REDHAWK SDR on Ubuntu
https://github.com/geontech/redhawk-ubuntu
Last synced: 10 months ago
JSON representation
Build and install REDHAWK SDR on Ubuntu
- Host: GitHub
- URL: https://github.com/geontech/redhawk-ubuntu
- Owner: Geontech
- License: lgpl-3.0
- Created: 2017-09-15T13:22:13.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2019-03-20T18:12:54.000Z (about 7 years ago)
- Last Synced: 2025-04-05T09:34:04.926Z (about 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 3
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REDHAWK in Ubuntu
The purpose of this build script is to download, compile and install REDHAWK SDR's core framework, IDE, and default SDRROOT (i.e., Waveforms and Components) on an Ubuntu -based host. The current tested Ubuntu version is 16.04.
## Installation
You will need to have super user permissions to use this script.
Simply run:
```
# ./build.sh
```
Where the `#` signifies running as a super user.
### Compiled Dependencies
It will compile and install the following dependencies:
* OmniEvents 2.7.1
* UHD 3.10.01
* libnmea 0.5.3
> UHD Note: The USRP_UHD Device can work with some newer versions of UHD, however this is the most recent one we have tested. If you have a newer version, install the development libraries and comment out the call to `install_uhd_` at the bottom of the build script.
### Packaged Dependencies
A number of other dependencies are also installed using a combination of `apt` and `pip`. Please see the `install_build_deps` function for more information.