Skip to content
Snippets Groups Projects
Select Git revision
  • e7efee3df0195a69d920ca71e25c19d689aca343
  • master default protected
  • refactoring
  • push_test
  • qpong_opengl
  • push_to_gitlab
  • feature_imgui_opengl
  • feature_google_test_integration
  • feature_config
  • merge_ci_and_googletest
  • feature_pixbuf
  • feature_heapBuffer
12 results

qpong

Armin's avatar
Armin Co authored
e7efee3d
History

QPong

Clone

The QPong repository includes two submodules (spdlog and imgui) which can be easily pulled while cloning with:

git clone https://gitlab.cvh-server.de/aco/qpong --recursive

List of dependencies cmake

Build

The required packages are listed in the dependencies file. On Debian based systems you can run the following command to install all the required packages.

cd qpong
cat dependencies | xargs sudo apt install -y

Please let me know if you needed to install any additional packages on your specific system.

mkdir build && cd build
cmake ..
make -j14
cd ..

Run

./build/QPongApp/QPongApp