BuildInstructions.md typo fix

pull/6/head
Michal 2019-02-13 14:07:14 +01:00 zatwierdzone przez GitHub
rodzic f7fac98566
commit 663c18ecaf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -91,7 +91,7 @@ tip: while building osmocom-rtlsdr driver, use this command:
mkdir build
cd build
cmake ..
make -j
make
sudo make install
sudo ldconfig
SoapySDRUtil --info
@ -118,7 +118,7 @@ Tip: you might need to configure with:
If you managed to build or install dependencies, you're ready do build habdec
git clone habdec
git clone https://github.com/ogre/habdec.git
cd habdec
mkdir build
cd build
@ -126,4 +126,4 @@ If you managed to build or install dependencies, you're ready do build habdec
make
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 should crash and you wan't continous run).