From 71aab128ed1e235705fe24e38f2959d865f34963 Mon Sep 17 00:00:00 2001 From: Michal Date: Tue, 16 May 2023 23:42:10 +0200 Subject: [PATCH] Update BuildInstructions.md --- BuildInstructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildInstructions.md b/BuildInstructions.md index 1bebe2d..de72922 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -11,8 +11,8 @@ These systems have all required libraries preinstalled. You can also try starting with fresh/vanilla Raspberry Pi OS and download dependencies: - sudo apt install build-essential cmake libfftw3-single3 libboost-dev - sudo apt install rtl-sdr soapysdr-tools soapysdr-module-rtlsdr + sudo apt install build-essential cmake pkg-config libfftw3-dev libfftw3-single3 libboost-dev + sudo apt install rtl-sdr libsoapysdr-dev soapysdr-tools soapysdr-module-rtlsdr If all depencencies are preinstalled, use these commands to build habdec: