From 6177774bcd42411e9807f2e04e4c7aefec0b7bb9 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 30 Dec 2012 19:00:11 -0800 Subject: [PATCH] Fixes needed to make ubuntu build work again (at least for me) --- README | 5 +++-- qgroundcontrol.pro | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index e9ebff678..aad1ba690 100644 --- a/README +++ b/README @@ -49,13 +49,14 @@ To build on Linux: sudo apt-get install phonon libqt4-dev \ libphonon-dev libphonon4 phonon-backend-gstreamer \ -qtcreator libsdl1.2-dev libflite1 flite1-dev build-essential + qtcreator libsdl1.2-dev libflite1 flite1-dev build-essential \ + libopenscenegraph-dev cd directory git clone https://github.com/mavlink/qgroundcontrol.git -go to thirdParty -> libxbee +go to libs/thirdParty -> libxbee Create Library -> Readme file in folder diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index db7d448b2..9df5f7fe0 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -657,3 +657,5 @@ win32-msvc2008|win32-msvc2010 { INCLUDEPATH += libs/thirdParty/3DMouse/win DEFINES += MOUSE_ENABLED_WIN } + +unix:!macx:!symbian: LIBS += -losg -- 2.22.0