Skip to content

Building on Linux

Mishka edited this page Jun 29, 2018 · 8 revisions

Building on Linux

Getting the source code

Use git with command: git clone --recursive https://github.com/MishkaRogachev/JAGCS.git or just download source here.

installation dependencies

Use your favorite packet manager to install necessary libraries. Ubuntu users, just do this:

sudo apt install gcc cmake qttools5-dev-tools qtbase5-dev qtpositioning5-dev qtlocation5-dev qtconnectivity5-dev qtmultimedia5-dev qtdeclarative5-dev libqt5serialport5-dev libqt5svg5-dev libqt5opengl5-dev libqt5charts5-dev qml-module-qtquick-controls2 qml-module-qtpositioning qml-module-qtlocation qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtcharts

Clone this wiki locally