Difference between revisions of "PiHPSDR compile ubuntu"
From HPSDRwiki
(→Setup gpio group) |
(→Setup gpio group) |
||
Line 16: | Line 16: | ||
Replace USERNAME with your login username. | Replace USERNAME with your login username. | ||
− | |||
− | |||
− | |||
− |
Revision as of 06:53, 3 December 2020
Contents
[hide]PiHPSDR - Compiling on Ubuntu 20.10 64 bit
Install System Reqirements
sudo apt install build-essential git
Install piHPSDR prerequisites
sudo apt install libfftw3-dev libgtk-3-dev libasound2-dev libusb-1.0-0-dev libgpiod-dev libi2c-dev
Setup gpio group
Installing libi2c-dev creates a group i2c but installing libgpiod-dev does not create the gpio group.
Replace USERNAME with your login username.