V-Gears Building GuideInstall required dependencies by runing the script CIBuild/linux/dependencies.sh. Alternativelly, install them manually by running as root
apt install libogre-1.12-dev libtinyxml-dev boost1.55 libvorbis-dev libalut-devlibfreetype6-dev libfreeimage-dev zlib1g-dev libzzip-dev libois-dev libglu-dev libqt5core5a libqt5widgets5 libpng
I will either explain tis, or, preferably, fix it so it isn't nedded.
mkdir build;
cd build;
cmake ../;
make;
TODO: Explain what is generated and where.