Difference between revisions of "PiHPSDR compile ubuntu"
From HPSDRwiki
(→Install Compiler) |
(→Install Compiler) |
||
| Line 3: | Line 3: | ||
| − | === Install | + | === Install System Reqirements === |
<pre>sudo apt install build-essential gcc git pkg-config</pre> | <pre>sudo apt install build-essential gcc git pkg-config</pre> | ||
| + | |||
| + | === Install piHPSDR prerequisites === | ||
| + | |||
| + | <pre>sudo apt install libfftw3-dev libgtk-3-dev libasound2-dev libusb-1.0-0-dev libgpiod-dev libi2c-dev</pre> | ||
Revision as of 02:04, 19 November 2020
PiHPSDR - Compiling on Ubuntu 20.10 64 bit
Install System Reqirements
sudo apt install build-essential gcc git pkg-config
Install piHPSDR prerequisites
sudo apt install libfftw3-dev libgtk-3-dev libasound2-dev libusb-1.0-0-dev libgpiod-dev libi2c-dev