Skip to content

Commit

Permalink
upgrade signalhound.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Oct 20, 2024
1 parent 22ee417 commit 436c251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.driver
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN git clone https://github.com/pothosware/SoapyRTLSDR -b soapy-rtl-sdr-0.3.3
RUN git clone https://github.com/pothosware/SoapyUHD -b soapy-uhd-0.4.1
RUN git clone https://github.com/Nuand/bladeRF.git -b 2023.02
RUN git clone https://github.com/anarkiwi/lime-tools -b samples
RUN wget https://signalhound.com/sigdownloads/SDK/signal_hound_sdk_08_25_23.zip -Osdk.zip && unzip sdk.zip && rm sdk.zip
RUN wget https://signalhound.com/sigdownloads/SDK/signal_hound_sdk_09_19_24.zip -Osdk.zip && unzip sdk.zip && rm sdk.zip
WORKDIR /root/soapy-bb60/SoapyBB60C/build
RUN if [ "$(arch)" = "x86_64" ] ; then cp /root/signal_hound_sdk/device_apis/bb_series/include/* /usr/local/include/ && cp /root/signal_hound_sdk/device_apis/bb_series/lib/linux/Ubuntu*18.04/* /usr/local/lib && ldconfig -v -n /usr/local/lib && ln -sf /usr/local/lib/libbb_api.so.5 /usr/local/lib/libbb_api.so && cmake .. && make -j "$(nproc)" && make install ; fi
WORKDIR /root/SoapyBladeRF/build
Expand Down

0 comments on commit 436c251

Please sign in to comment.