Skip to content

Commit

Permalink
Add notes for M2Crypto setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Sep 18, 2012
1 parent 695e20a commit 3e4c902
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Install Salt (and dependencies) into the virtualenv::

env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" pip install M2Crypto

Debian and Ubuntu systems have modified openssl libraries and mandate that
a patched version of M2Crypto be installed. This means that M2Crypto
needs to be installed via apt:

apt-get install python-m2crypto

Running a self-contained development version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 3e4c902

Please sign in to comment.