Skip to content

Commit

Permalink
SDRangel: upgraded SDRPlay API to 3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jun 8, 2024
1 parent 9f7bf06 commit 1dbe120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdrangel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -277,16 +277,16 @@ RUN cd ggmorse \

# SDRplay special
FROM base AS sdrplay
ENV SDRPLAY_MAJ 3.14
ENV SDRPLAY_MIN .0
ENV SDRPLAY_MAJ 3.15
ENV SDRPLAY_MIN .2
ENV SDRPLAY_LIB libsdrplay_api
WORKDIR /opt/build
RUN mkdir -p /opt/install/libsdrplay/include \
&& mkdir -p /opt/install/libsdrplay/lib \
&& mkdir -p /opt/build/sdrplay
RUN cd sdrplay \
&& wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-${SDRPLAY_MAJ}${SDRPLAY_MIN}.run \
&& export ARCH=`arch` \
&& export ARCH=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
&& sh ./SDRplay_RSP_API-Linux-${SDRPLAY_MAJ}${SDRPLAY_MIN}.run --tar xvf \
&& cp ${ARCH}/${SDRPLAY_LIB}.so.${SDRPLAY_MAJ} /opt/install/libsdrplay/lib/. \
&& chmod 644 /opt/install/libsdrplay/lib/${SDRPLAY_LIB}.so.${SDRPLAY_MAJ} \
Expand Down

0 comments on commit 1dbe120

Please sign in to comment.