sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nginx -y
sudo apt-get install libnginx-mod-rtmp -y
| # Building CubicSDR for Linux | |
| # This script will successfully build CubicSDR under Debian Jessie on the Raspberry Pi3. | |
| # Adapted from https://github.com/cjcliffe/CubicSDR/wiki/Build-Linux | |
| # Larry Dighera June 7, 2016 | |
| # LDighera@att.net | |
| # songritk Mar 24,2018 | |
| sudo apt-get install -y git build-essential automake cmake | |
| sudo apt-get install -y libpulse-dev libgtk-3-dev |