Skip to content

Commit

Permalink
Add limesdr and bladerf features
Browse files Browse the repository at this point in the history
  • Loading branch information
colisee committed Mar 12, 2022
1 parent 4312fd5 commit 63fee7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/mmbtools-get
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ install_dabmux () {

install_dabmod () {
# Install mmb-tools: modulator
sudo apt-get install -y libfftw3-dev libsoapysdr-dev libuhd-dev
sudo apt-get install -y libfftw3-dev libzmq3-dev libuhd-dev libsoapysdr-dev libbladerf-dev liblimesuite-dev
if [ ! -d ${DIR_MOD} ]; then
pushd ${DIR_MMB}
git clone https://github.com/Opendigitalradio/ODR-DabMod.git --branch ${1}
popd
fi
pushd ${DIR_MOD}
./bootstrap.sh
./configure CFLAGS="-O3 -DNDEBUG" CXXFLAGS="-O3 -DNDEBUG" --enable-fast-math --disable-zeromq
./configure CFLAGS="-O3 -DNDEBUG" CXXFLAGS="-O3 -DNDEBUG" --enable-fast-math --disable-zeromq --enable-limesdr --enable-bladerf
make
sudo make install
make clean
Expand Down

0 comments on commit 63fee7f

Please sign in to comment.