summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-01-17 14:24:10 +0300
committerJose Fonseca <jfonseca@vmware.com>2016-01-26 23:28:40 +0000
commitfbceb852ace8e3e2d1d5bd2081eb1fa8b512cfa2 (patch)
tree038ce4f178b84a133d18f9abbe4b3b824d41ae9b /docs
parentff00df3bfe673574888c55d7325dca271a012b5b (diff)
doc: Update Linux installation instructions.
- g++ is needed for Linux - X11 headers are optionally needed for Linux [ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.markdown8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown
index 87255da1..10dcbc19 100644
--- a/docs/INSTALL.markdown
+++ b/docs/INSTALL.markdown
@@ -2,13 +2,15 @@
Requirements common for all platforms:
+* C++ compiler
+
* Python version 2.7
* Python Image Library
* CMake version 2.8.11 or higher (tested with version 2.8.12.2)
-Optional requirements:
+Optional dependencies:
* zlib 1.2.6 or higher
@@ -32,7 +34,9 @@ self contained, and to prevent symbol collisions when tracing.
# Linux #
-Additional optional dependencies:
+Optional dependencies:
+
+* Xlib headers
* libprocps (procps development libraries)