summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-24 07:56:52 +0900
committerkali <kali@leap.se>2013-01-24 07:56:52 +0900
commit73b73793d524b795279a697cad12c22a808f5c36 (patch)
tree96011407b7e0e7d0eefa1f1d7f81d7b863ab6172 /docs/dev
parent39430cf8c1f9b7118586b1a1f232168fb2d5730b (diff)
update docs
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/environment.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/environment.rst b/docs/dev/environment.rst
index 33310b91..c3868b81 100644
--- a/docs/dev/environment.rst
+++ b/docs/dev/environment.rst
@@ -21,18 +21,18 @@ Leap client depends on these libraries:
* `python 2.6 or 2.7`
* `qt4` libraries (see also :ref:`Troubleshooting PyQt install <pyqtvirtualenv>` about how to install inside your virtualenv)
-* `libgnutls`
-* `openvpn<http://openvpn.net/index.php/open-source/345-openvpn-project.html>`_
+* `openssl`
+* `openvpn <http://openvpn.net/index.php/open-source/345-openvpn-project.html>`_
Debian
^^^^^^
In debian-based systems::
- $ apt-get install openvpn python-qt4 python-crypto python-gnutls
+ $ apt-get install openvpn python-qt4 python-crypto python-openssl
To install the software from sources::
- $ apt-get install python-pip python-dev libgnutls-dev
+ $ apt-get install python-pip python-dev
.. _virtualenv: