From 3759bcf3fc58d3f9186b8759e1f0926419c4a594 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 31 Jan 2012 20:50:48 -0800 Subject: Excise M2Crypto! This required rewriting our Diffie-Hellman-Merkle implementation for set_admin_password in xen. Fixes bug 917851. Change-Id: Ic4cdcc06221f003aec2dcd5ba05a1a9ad19d39c9 --- doc/source/devref/development.environment.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'doc/source') 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 `_, 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:: -- cgit