diff options
author | kali <kali@leap.se> | 2013-01-24 07:59:35 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 07:59:35 +0900 |
commit | 26d1849415402a5aa826c57519d40a19cc67c059 (patch) | |
tree | 96011407b7e0e7d0eefa1f1d7f81d7b863ab6172 /docs/testers | |
parent | 88159d703e9b75d3cb0c192e7d7ae92d9d8c67bc (diff) | |
parent | 73b73793d524b795279a697cad12c22a808f5c36 (diff) |
Merge branch 'feature/deprecate-gnutls' into develop
Diffstat (limited to 'docs/testers')
-rw-r--r-- | docs/testers/howto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst index 9b55154f..c4a928ed 100644 --- a/docs/testers/howto.rst +++ b/docs/testers/howto.rst @@ -21,7 +21,7 @@ Install dependencies ^^^^^^^^^^^^^^^^^^^^ First, install all the base dependencies plus git, virtualenv and development files needed to compile several extensions:: - apt-get install openvpn git-core libgnutls-dev python-dev python-qt4 python-setuptools python-virtualenv + apt-get install openvpn git-core python-dev python-qt4 python-setuptools python-virtualenv Bootstrap script |