summaryrefslogtreecommitdiff
path: root/docs/testers/howto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testers/howto.rst')
-rw-r--r--docs/testers/howto.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst
index 1e276f7d..24a90de5 100644
--- a/docs/testers/howto.rst
+++ b/docs/testers/howto.rst
@@ -108,13 +108,13 @@ compact way suitable (ahem) also for non developers.
Install dependencies
^^^^^^^^^^^^^^^^^^^^
-First, install all the base dependencies plus git, virtualenv and development
-files needed to compile several extensions::
+First, install all the development files and dependencies needed to compile::
- apt-get install openvpn git-core python-dev python-pyside python-setuptools python-virtualenv
+ sudo apt-get install openvpn git-core python-dev python-pyside python-setuptools \
+ python-virtualenv python-all-dev python-pip python-dev python-openssl git \
+ libgnutls-dev python-qt4 g++ libsqlite3-dev
-.. TODO Should review these dependencies. I think python-sqlite is missing, we
- have an issue for that^^
+.. TODO Should review these dependencies.
.. TODO we really should keep the dependencies in a single file that we are able to
include, to avoid phasing out.
@@ -132,7 +132,7 @@ Download and source the following script in the parent folder where you want you
.. code-block:: bash
- cd /tmp
+ cd /tmp
wget https://raw.github.com/leapcode/bitmask_client/develop/pkg/scripts/bitmask_bootstrap.sh
source bitmask_bootstrap.sh