From 50214fd9011959999fa0a1531df06edbb4a2e44b Mon Sep 17 00:00:00 2001 From: Dantali0n Date: Tue, 8 Dec 2015 09:13:12 +0100 Subject: [PATCH] Removed fix for unmet depencencies as it can cause bootloops when using nvidia binary drivers. --- Build-Linux.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Build-Linux.md b/Build-Linux.md index 9cde1ce..76e1c09 100644 --- a/Build-Linux.md +++ b/Build-Linux.md @@ -59,16 +59,6 @@ Un-install CubicSDR build$ sudo make uninstall ``` -If you do not meet the requirements for libgl1-mesa-dev -because of one of the following packages: -libcheese7, libclutter. -run the following command: - -```bash -$ 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 -``` - - Support Modules ---