mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
fixed again
This commit is contained in:
parent
6bcb62bfb2
commit
664b5d85e2
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
run: git clone https://github.com/myriadrf/LimeSuite && cd LimeSuite && mkdir builddir && cd builddir && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
|
run: git clone https://github.com/myriadrf/LimeSuite && cd LimeSuite && mkdir builddir && cd builddir && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
|
||||||
|
|
||||||
- name: Install libperseus
|
- name: Install libperseus
|
||||||
run: git clone https://github.com/Microtelecom/libperseus-sdr && cd libperseus-sdr && autoreconf -i && ./configure && make && make install && cd ..
|
run: git clone https://github.com/Microtelecom/libperseus-sdr && cd libperseus-sdr && autoconf && ./configure && make && make install && cd ..
|
||||||
|
|
||||||
- name: Prepare CMake
|
- name: Prepare CMake
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
@ -18,7 +18,7 @@ cp inc/* /usr/include/
|
|||||||
# Install libperseus
|
# Install libperseus
|
||||||
git clone https://github.com/Microtelecom/libperseus-sdr
|
git clone https://github.com/Microtelecom/libperseus-sdr
|
||||||
cd libperseus-sdr
|
cd libperseus-sdr
|
||||||
autoreconf -i
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -18,7 +18,7 @@ cp inc/* /usr/include/
|
|||||||
# Install libperseus
|
# Install libperseus
|
||||||
git clone https://github.com/Microtelecom/libperseus-sdr
|
git clone https://github.com/Microtelecom/libperseus-sdr
|
||||||
cd libperseus-sdr
|
cd libperseus-sdr
|
||||||
autoreconf -i
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -18,7 +18,7 @@ cp inc/* /usr/include/
|
|||||||
# Install libperseus
|
# Install libperseus
|
||||||
git clone https://github.com/Microtelecom/libperseus-sdr
|
git clone https://github.com/Microtelecom/libperseus-sdr
|
||||||
cd libperseus-sdr
|
cd libperseus-sdr
|
||||||
autoreconf -i
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -44,7 +44,7 @@ cd ../../
|
|||||||
# Install libperseus
|
# Install libperseus
|
||||||
git clone https://github.com/Microtelecom/libperseus-sdr
|
git clone https://github.com/Microtelecom/libperseus-sdr
|
||||||
cd libperseus-sdr
|
cd libperseus-sdr
|
||||||
autoreconf -i
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -18,7 +18,7 @@ cp inc/* /usr/include/
|
|||||||
# Install libperseus
|
# Install libperseus
|
||||||
git clone https://github.com/Microtelecom/libperseus-sdr
|
git clone https://github.com/Microtelecom/libperseus-sdr
|
||||||
cd libperseus-sdr
|
cd libperseus-sdr
|
||||||
autoreconf -i
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -18,7 +18,7 @@ cp inc/* /usr/include/
|
|||||||
# Install libperseus
|
# Install libperseus
|
||||||
git clone https://github.com/Microtelecom/libperseus-sdr
|
git clone https://github.com/Microtelecom/libperseus-sdr
|
||||||
cd libperseus-sdr
|
cd libperseus-sdr
|
||||||
autoreconf -i
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user