Commit 603397bd authored by Saul Ibarra's avatar Saul Ibarra

Updated install.linux documentation


Patch by Michiel Leenaars
parent 499359e1
......@@ -63,7 +63,7 @@ http://download.ag-projects.com/Blink/Linux/
Install the runtime dependencies:
* python (2.5 or 2.6)
* python (2.7)
* python-application (>= 1.2.5)
* python-cjson
* python-eventlet-0.8 (>= 0.8.11.4)
......@@ -74,6 +74,7 @@ Install the runtime dependencies:
After installing the above dependencies, install Blink system wide using:
python setup.py build_ext
sudo python setup.py install
......@@ -84,12 +85,13 @@ Install the building dependencies:
* cdbs (>= 0.4.47)
* debhelper (>= 7)
* python-all (>= 2.5)
* python-all (>= 2.7, not 3)
* python-qt4 (>=4.7)
* python-support
* build-essential
* python-all-dev
* devscripts
* libvncserver-dev (or libvncserver-devel)
Create a clean distribution file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment