removed all trace of glew from the codebase

This commit is contained in:
AlexandreRouma
2022-01-22 20:16:48 +01:00
parent c1685a441c
commit 6fba9d7904
11 changed files with 21 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ set -e
echo "Installing dependencies"
sudo apt update
sudo apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libglew-dev libvolk1-dev libsoapysdr-dev libairspyhf-dev libairspy-dev \
sudo apt install -y build-essential cmake git libfftw3-dev libglfw3-dev libvolk1-dev libsoapysdr-dev libairspyhf-dev libairspy-dev \
libiio-dev libad9361-dev librtaudio-dev libhackrf-dev librtlsdr-dev libbladerf-dev liblimesuite-dev p7zip-full wget
echo "Preparing build"