Skip to content

Commit

Permalink
Update osmocom.org URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Mar 31, 2022
1 parent f108a29 commit f881f86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo ldconfig
cd /tmp
git clone git://git.osmocom.org/libosmo-dsp
git clone https://gitea.osmocom.org/sdr/libosmo-dsp.git
cd libosmo-dsp
autoreconf -i
./configure --prefix=/usr
Expand All @@ -43,7 +43,7 @@ jobs:
sudo ldconfig
cd /tmp
git clone git://git.osmocom.org/gr-iqbal
git clone https://gitea.osmocom.org/sdr/gr-iqbal.git
cd gr-iqbal
git checkout gr3.8
mkdir build
Expand All @@ -54,7 +54,7 @@ jobs:
sudo ldconfig
cd /tmp
git clone git://git.osmocom.org/gr-osmosdr
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
cd gr-osmosdr
git checkout gr3.8
mkdir build
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
install_name_tool -change @rpath/ad9361.framework/Versions/0.2/ad9361 /usr/local/lib/libad9361.dylib /usr/local/lib/SoapySDR/modules0.*/libPlutoSDRSupport.so
cd /tmp
git clone git://git.osmocom.org/gr-iqbal
git clone https://gitea.osmocom.org/sdr/gr-iqbal.git
cd gr-iqbal
git submodule update --init --recursive
mkdir build
Expand All @@ -139,7 +139,7 @@ jobs:
make install
cd /tmp
git clone git://git.osmocom.org/gr-osmosdr
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
cd gr-osmosdr
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
brew install airspy boost gnuradio hackrf libbladerf librtlsdr pybind11 uhd qt@6
cd /tmp
git clone git://git.osmocom.org/gr-osmosdr
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
cd gr-osmosdr
mkdir build
cd build
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,12 @@ To compile gqrx from source you need the following dependencies:
- Funcube Dongle Pro driver via gr-fcd
- UHD driver via gr-uhd
- Funcube Dongle Pro+ driver from https://github.com/dl1ksv/gr-fcdproplus
- RTL-SDR driver from https://git.osmocom.org/rtl-sdr
- OsmoSDR driver from https://git.osmocom.org/osmo-sdr
- RTL-SDR driver from https://gitea.osmocom.org/sdr/rtl-sdr
- HackRF driver from https://github.com/mossmann/hackrf
- Airspy driver from https://github.com/airspy/airspyone_host
- SoapySDR from https://github.com/pothosware/SoapySDR
- RFSpace driver is built in
- gnuradio-osmosdr from https://git.osmocom.org/gr-osmosdr
- gnuradio-osmosdr from https://gitea.osmocom.org/sdr/gr-osmosdr
- pulseaudio or portaudio (Linux-only and optional)
- Qt 5 with the following components:
- Core
Expand Down

0 comments on commit f881f86

Please sign in to comment.