From a062aa02279415cae98607696fdf87d552b201c1 Mon Sep 17 00:00:00 2001 From: Michal Date: Wed, 13 Feb 2019 14:11:47 +0100 Subject: [PATCH] Update BuildInstructions.md Fixed typos --- BuildInstructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildInstructions.md b/BuildInstructions.md index 73d18f2..649929f 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -101,7 +101,7 @@ tip: while building osmocom-rtlsdr driver, use this command: git clone https://github.com/pothosware/SoapyAirspy.git mkdir build cd build - cmake ../SoapySDR + cmake ../SoapyAirspy make sudo make install sudo ldconfig @@ -123,7 +123,7 @@ If you managed to build or install dependencies, you're ready do build habdec mkdir build cd build cmake cmake -D BOOST_ROOT=/path/to/boost_1.68 -D FFTW_ROOT=/path/to/fftwf/install -DCMAKE_BUILD_TYPE=RELEASE ../code - make + make -j 4 make install -You should end up with `install` dir that contains executable and a shell script that runs in loop (for cases where habdec should crash and you wan't continous run). +You should end up with `install` dir that contains executable and a shell script that runs in loop (for cases where habdec crashes and you need continous run).