Skip to content
OsibotOne edited this page Jan 11, 2020 · 4 revisions

This page describes how to build SubControl on Ubuntu 19.x.

Install Dependencies:

sudo apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio libqt5gamepad5-dev libopencv-dev libgstreamer-plugins-base1.0-dev qtdeclarative5-dev qml-module-qtquick-controls cmake git Libglib2.0-dev Libserialport-dev Libsqlite3-dev Libjson-glib-dev Qt5-default libQt5charts5-dev

Build:

git clone https://github.com/zt-luo/SubControl.git SubControl --recursive

cd SubControl

mkdir build

cd build

cmake ..

make

Run:

cd src

./SubControl

Clone this wiki locally