mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #3580 from sontek/M2Crypto-docs
added information about the fedora_setup.sh script M2Crypto provides
This commit is contained in:
commit
67f99d9140
13
HACKING.rst
13
HACKING.rst
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user