summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-01-31 20:50:48 -0800
committerBrian Waldon <bcwaldon@gmail.com>2012-02-02 10:12:58 -0800
commit3759bcf3fc58d3f9186b8759e1f0926419c4a594 (patch)
tree0d7c65da1868e27e438e669fd765ca1ac5817080 /doc/source
parent2be2d0778cc9ec53da800d85a98430886772aec8 (diff)
Excise M2Crypto!
This required rewriting our Diffie-Hellman-Merkle implementation for set_admin_password in xen. Fixes bug 917851. Change-Id: Ic4cdcc06221f003aec2dcd5ba05a1a9ad19d39c9
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/devref/development.environment.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst
index ce5b721b7..2b2bacb5b 100644
--- a/doc/source/devref/development.environment.rst
+++ b/doc/source/devref/development.environment.rst
@@ -54,22 +54,16 @@ Install the prerequisite packages.
On Ubuntu::
- sudo apt-get install python-dev swig libssl-dev python-pip git-core
+ sudo apt-get install python-dev libssl-dev python-pip git-core
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
- sudo yum install python-devel swig openssl-devel python-pip git
+ sudo yum install python-devel openssl-devel python-pip git
Mac OS X Systems
----------------
-Install swig, which is needed to build the M2Crypto Python package. If you are
-using the `homebrew <http://mxcl.github.com/homebrew/>`_, package manager,
-install swig by doing::
-
- brew install swig
-
Install virtualenv::
sudo easy_install virtualenv
@@ -120,7 +114,7 @@ You can manually install the virtual environment instead of having
This will install all of the Python packages listed in the
``tools/pip-requires`` file into your virtualenv. There will also be some
-additional packages (pip, distribute, greenlet, M2Crypto) that are installed
+additional packages (pip, distribute, greenlet) that are installed
by the ``tools/install_venv.py`` file into the virutalenv.
If all goes well, you should get a message something like this::