Skip to content

Commit

Permalink
airspy upgrade to 20240107-0
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Mar 10, 2024
1 parent 92e84cb commit ce3d354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.airspyfm
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends software-proper
git \
python3-mako python3-distutils portaudio19-dev libsoxr-dev libusb-1.0-0-dev libairspy-dev libsndfile1-dev librtlsdr-dev
WORKDIR /root
RUN git clone https://github.com/gnuradio/volk -b v2.5.2
RUN git clone https://github.com/gnuradio/volk -b v3.1.1
RUN git clone https://github.com/airspy/airspyhf -b 1.6.8
RUN git clone https://github.com/jj1bdx/airspy-fmradion -b 20230529-0
RUN git clone https://github.com/jj1bdx/airspy-fmradion -b 20240107-0
WORKDIR /root/volk/build
RUN git submodule update --init
RUN cmake .. && make && make install
Expand Down

0 comments on commit ce3d354

Please sign in to comment.