1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-04 14:17:50 -04:00

DSD demod: DMR basic privacy: use v1.8.7 of dsdcc for CI build

This commit is contained in:
f4exb 2020-06-15 21:23:52 +02:00
parent 1c4b936ece
commit 6370c14472

View File

@ -7,7 +7,7 @@ mkdir -p f4exb && cd f4exb
git clone https://github.com/f4exb/dsdcc.git git clone https://github.com/f4exb/dsdcc.git
cd dsdcc cd dsdcc
git reset --hard "v1.8.6" git reset --hard "v1.8.7"
mkdir -p build && cd build mkdir -p build && cd build
cmake .. cmake ..
sudo make install sudo make install