Skip to content

Commit

Permalink
Merge pull request #2 from sdr-enthusiasts/kx1t-add-SoapySdrplay
Browse files Browse the repository at this point in the history
add SDRPlay support for soapy
  • Loading branch information
fredclausen authored Dec 13, 2023
2 parents 91959f2 + c901071 commit f60f0cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ RUN set -x && \
popd && \
popd && \
ldconfig && \
# install sdrplay support for soapy
git clone https://github.com/pothosware/SoapySDRPlay.git /src/SoapySDRPlay && \
pushd /src/SoapySDRPlay && \
mkdir build && \
pushd build && \
cmake .. && \
make && \
make install && \
popd && \
popd && \
ldconfig && \
# Install dumphfdl
git clone https://github.com/szpajder/dumphfdl.git /src/dumphfdl && \
pushd /src/dumphfdl && \
Expand Down

0 comments on commit f60f0cd

Please sign in to comment.