File tree Expand file tree Collapse file tree 9 files changed +26
-26
lines changed
Expand file tree Collapse file tree 9 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 run : git clone --recursive https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
104104
105105 - name : Install SDRplay API
106- run : wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.12.1 .pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.12.1 .pkg -target /
106+ run : wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.14.0 .pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.14.0 .pkg -target /
107107
108108 - name : Install libiio
109109 run : wget https://github.com/analogdevicesinc/libiio/archive/refs/tags/v0.25.zip && 7z x v0.25.zip && cd libiio-0.25 && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
@@ -157,7 +157,7 @@ jobs:
157157 run : git clone --recursive https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
158158
159159 - name : Install SDRplay API
160- run : wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.12.1 .pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.12.1 .pkg -target /
160+ run : wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.14.0 .pkg && sudo installer -pkg SDRplayAPI-macos-installer-universal-3.14.0 .pkg -target /
161161
162162 - name : Install libiio
163163 run : wget https://github.com/analogdevicesinc/libiio/archive/refs/tags/v0.25.zip && 7z x v0.25.zip && cd libiio-0.25 && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99 libcodec2-dev autoconf libtool xxd
1010
1111# Install SDRPlay libraries
12- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
13- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
14- 7z x ./SDRplay_RSP_API-Linux-3.12.1
12+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
13+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
14+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
1515cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616cp inc/* /usr/include/
1717
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99 libcodec2-dev autoconf libtool xxd
1010
1111# Install SDRPlay libraries
12- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
13- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
14- 7z x ./SDRplay_RSP_API-Linux-3.12.1
12+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
13+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
14+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
1515cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616cp inc/* /usr/include/
1717
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk1-dev
99 libcodec2-dev autoconf libtool xxd
1010
1111# Install SDRPlay libraries
12- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
13- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
14- 7z x ./SDRplay_RSP_API-Linux-3.12.1
12+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
13+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
14+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
1515cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616cp inc/* /usr/include/
1717
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk-dev l
99 libcodec2-dev autoconf libtool xxd
1010
1111# Install SDRPlay libraries
12- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
13- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
14- 7z x ./SDRplay_RSP_API-Linux-3.12.1
12+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
13+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
14+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
1515cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616cp inc/* /usr/include/
1717
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk1-dev
1515 libcodec2-dev libudev-dev autoconf libtool xxd
1616
1717# Install SDRPlay libraries
18- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
19- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
20- 7z x ./SDRplay_RSP_API-Linux-3.12.1
18+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
19+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
20+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
2121cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
2222cp inc/* /usr/include/
2323
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99 libcodec2-dev autoconf libtool xxd
1010
1111# Install SDRPlay libraries
12- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
13- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
14- 7z x ./SDRplay_RSP_API-Linux-3.12.1
12+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
13+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
14+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
1515cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616cp inc/* /usr/include/
1717
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk2-dev
99 libcodec2-dev autoconf libtool xxd
1010
1111# Install SDRPlay libraries
12- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
13- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
14- 7z x ./SDRplay_RSP_API-Linux-3.12.1
12+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
13+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
14+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
1515cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616cp inc/* /usr/include/
1717
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk-dev l
99 libcodec2-dev autoconf libtool xxd
1010
1111# Install SDRPlay libraries
12- wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.12.1 .run
13- 7z x ./SDRplay_RSP_API-Linux-3.12.1 .run
14- 7z x ./SDRplay_RSP_API-Linux-3.12.1
12+ wget https://www.sdrplay.com/software/SDRplay_RSP_API-Linux-3.14.0 .run
13+ 7z x ./SDRplay_RSP_API-Linux-3.14.0 .run
14+ 7z x ./SDRplay_RSP_API-Linux-3.14.0
1515cp x86_64/libsdrplay_api.so.3.12 /usr/lib/libsdrplay_api.so
1616cp inc/* /usr/include/
1717
You can’t perform that action at this time.
0 commit comments