8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695e20a commit 3e4c902Copy full SHA for 3e4c902
HACKING.rst
@@ -86,6 +86,12 @@ Install Salt (and dependencies) into the virtualenv::
86
87
env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" pip install M2Crypto
88
89
+ Debian and Ubuntu systems have modified openssl libraries and mandate that
90
+ a patched version of M2Crypto be installed. This means that M2Crypto
91
+ needs to be installed via apt:
92
+
93
+ apt-get install python-m2crypto
94
95
Running a self-contained development version
96
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97
0 commit comments