V-Gears Building GuideInstall required dependencies by runing the script CIBuild/linux/dependencies.sh. Alternativelly, install them manually by running as root
apt install g++ cmake libqt5widgets5 qtbase5-dev zlib1g-dev libogre-1.12-dev libois-dev libvorbis-dev libboost-dev libboost-test-dev libboost-filesystem-dev lua5.2 liblua5.2-dev libluabind-dev luajit libopenal-dev libtinyxml-dev
mkdir build;
cd build;
cmake ../;
make;
TODO: Explain what is generated and where.