From d4b99a062c211998ec268c2e8bacc32e47c83242 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 22 Oct 2015 14:24:51 +0200 Subject: [PATCH] Fix Ubuntu instructions --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4b2e776c2..aacda2c35 100644 --- a/README.md +++ b/README.md @@ -75,15 +75,10 @@ Supported builds for Linux are 32 or 64-bit, built using gcc. If you get this error when running qgroundcontrol: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found. You need to either update to the latest gcc, or install the latest libstdc++.6 using: sudo apt-get install libstdc++6. -#### [Optional] Install additional libraries -* For text-to-speech (espeak) - * For Ubuntu: `sudo apt-get install espeak libespeak-dev` - * For Fedora: `sudo yum install espeak espeak-devel` - * For Arch Linux: `pacman -Sy espeak` -* For 3D flight view (openscenegraph) - * For Ubuntu: `sudo apt-get install libopenscenegraph-dev` - * For Fedora: `sudo yum install OpenSceneGraph` - * For Arch Linux: `pacman -Sy openscenegraph` +#### Install additional libraries + * For Ubuntu: `sudo apt-get install espeak libespeak-dev libudev-dev libsdl1.2-dev` + * For Fedora: `sudo yum install espeak espeak-devel` + * For Arch Linux: `pacman -Sy espeak` #### Build QGroundControl 1. Change directory to you `qgroundcontrol` source directory. -- 2.22.0