README: update Linux dependencies.
This commit is contained in:
parent
6802a12a52
commit
9c30f7858f
|
@ -26,12 +26,13 @@ Building on Linux
|
||||||
### Building for Linux
|
### Building for Linux
|
||||||
|
|
||||||
You will need CMake, libpng, zlib, json-c, fontconfig, freetype, gtkmm 2.4,
|
You will need CMake, libpng, zlib, json-c, fontconfig, freetype, gtkmm 2.4,
|
||||||
pangomm 1.4, OpenGL and OpenGL GLU.
|
pangomm 1.4, OpenGL, OpenGL GLU and OpenGL GLEW, and optionally, the Space Navigator
|
||||||
|
client library.
|
||||||
On a Debian derivative (e.g. Ubuntu) these can be installed with:
|
On a Debian derivative (e.g. Ubuntu) these can be installed with:
|
||||||
|
|
||||||
apt-get install libpng12-dev libjson-c-dev libfreetype6-dev \
|
apt-get install libpng12-dev libjson-c-dev libfreetype6-dev \
|
||||||
libfontconfig1-dev libgtkmm-2.4-dev libpangomm-1.4-dev \
|
libfontconfig1-dev libgtkmm-2.4-dev libpangomm-1.4-dev \
|
||||||
libgl-dev libglu-dev libglew-dev cmake
|
libgl-dev libglu-dev libglew-dev libspnav-dev cmake
|
||||||
|
|
||||||
Before building, check out the necessary submodules:
|
Before building, check out the necessary submodules:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user