forked from szledan/gepard
-
Notifications
You must be signed in to change notification settings - Fork 6
Dependencies
Szilard Ledan edited this page May 2, 2016
·
3 revisions
- 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.
- GLES2: libegl1-mesa-dev, libgles2-mesa-dev, libx11-dev (TODO:@dbatyai, check this)
- cppcheck
- google-test
- doxygen
- graphviz
sudo apt-get install cmake \
libegl1-mesa-dev \
libgles2-mesa-dev \
libx11-dev \
cppcheck \
doxygen \
graphviz