# QGroundControl ## Build from source ### QT5.5 Not pretty, but should work * Download Qt5.5 installer * During the installation, choose to install the source-stuff, along with all the extra ### Deps sudo apt-get install espeak libespeak-dev libudev-dev libsdl1.2-dev ### Get the source and build * `git clone https://github.com/mavlink/qgroundcontrol.git` * `cd qgroundcontrol/` * `git submodule init` * `git submodule update` * `mkdir build/` * `cd build/` * FIXME Path `**PATH_TO_QT_INSTALL**/5.5/gcc_**ARCH**/bin/qmake ../qgroundcontrol.pro` * `make` ### Test ### Links * https://github.com/mavlink/qgroundcontrol/blob/master/README.md * https://github.com/mavlink/qgroundcontrol/tree/Stable_V2.2