Difference between revisions of "PiHPSDR compile ubuntu"

From HPSDRwiki
Jump to: navigation, search
(Install Compiler)
(Install Compiler)
Line 5: Line 5:
 
=== Install Compiler ===
 
=== Install Compiler ===
  
<pre>sudo apt-get install build-essential cmake gcc g++ git unzip pkg-config</pre>
+
<pre>sudo apt install build-essential gcc git pkg-config</pre>

Revision as of 03:00, 19 November 2020

PiHPSDR - Compiling on Ubuntu 20.10 64 bit

Install Compiler

sudo apt install build-essential gcc git pkg-config