Skip to content

Commit

Permalink
added information about the fedora_setup.sh script M2Crypto provides
Browse files Browse the repository at this point in the history
  • Loading branch information
sontek committed Feb 4, 2013
1 parent a411a5b commit 6a36966
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,19 @@ Install Salt (and dependencies) into the virtualenv::
your virtualenv using the ``--system-site-packages`` option so that these
modules are available in the virtualenv.

M2Crypto also supplies a fedora_setup.sh script you may use as well if you
get the following error:

This openssl-devel package does not work your architecture?. Use the -cpperraswarn option to continue swig processing.

You can use it doing the following:

cd <path-to-your-venv>/build/M2Crypto
chmod u+x fedora_setup.sh
./fedora_setup.sh build
./fedora_setup.sh install


.. _`RHEL`: https://www.redhat.com/products/enterprise-linux/
.. _`CentOS`: http://centos.org/
.. _`Fedora Linux`: http://fedoraproject.org/
Expand Down

0 comments on commit 6a36966

Please sign in to comment.