1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-03-03 05:40:05 -05:00

Merge pull request #2631 from NealsSec/master

Update UHD library to 4.9.0.1 for Ubuntu Debs
This commit is contained in:
Edouard Griffiths 2026-01-31 09:29:19 +01:00 committed by GitHub
commit 161358ddbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install software-properties-common
add-apt-repository -y ppa:ettusresearch/uhd
apt-get update
sudo apt-get -y install build-essential cmake git xxd \
devscripts fakeroot debhelper libfftw3-dev qtbase5-dev libopengl-dev libqt5opengl5-dev \
qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins libqt5websockets5-dev \