Dependencies - GepardGraphics/gepard GitHub Wiki
             Build dependencies
- cmake
- python (> 2.7)
- graphical back-ends
- GLES2: libegl1-mesa-dev, libgles2-mesa-dev, libx11-dev (TODO:@dbatyai, check this)
- for hardware acceleration: install corresponding libs for your GPU/graphics card.
 
- Vulkan: (TODO:@kkristof, update this part.)
- for hardware acceleration: install corresponding libs for your GPU/graphics card.
 
 
Development dependencies
- cppcheck
- google-test
- doxygen
Installation on Ubuntu 16.04 LTS:
sudo apt-get install cmake \
                     libegl1-mesa-dev \
                     libgles2-mesa-dev \
                     libx11-dev \
                     cppcheck \
                     doxygen \
                     graphviz