From bd011f27b1c783c21348dd072a0dde1fb39bdbc6 Mon Sep 17 00:00:00 2001 From: Dantali0n Date: Sat, 29 Aug 2015 08:58:17 +0200 Subject: [PATCH] I encountered this twice now on 2 fresh installs with ubuntu 14.04 --- Build-Linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Build-Linux.md b/Build-Linux.md index 01acf0d..f3e6d17 100644 --- a/Build-Linux.md +++ b/Build-Linux.md @@ -4,6 +4,10 @@ sudo apt-get install git build-essential librtlsdr-dev automake libfftw3-dev cmake libgl1-mesa-dev libwxgtk3.0-dev libpulse-dev +If you do not meed the requirements for libgl1-mesa-dev because of one of the following packages: +libcheese7, libclutter. run the following command: +sudo apt-get install libglew-dev libcheese7 libcheese-gtk23 libclutter-gst-2.0-0 libcogl15 libclutter-gtk-1.0-0 libclutter-1.0-0 xserver-xorg-input-all + git clone https://github.com/jgaeddert/liquid-dsp cd liquid-dsp