Fedora installation instructions.

This commit is contained in:
Jakub Warmuz 2015-06-18 13:59:59 +00:00
parent 9b4cff8cd6
commit db6f9ecf86
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -32,6 +32,7 @@ In general:
* ``sudo`` is required as a suggested way of running privileged process
* `swig`_ is required for compiling `m2crypto`_
.. _new-swig:
.. note:: If your operating system uses SWIG 3.0.5+, you will need
to run ``pip install -r requirements-swig-3.0.5.txt -r
requirements.txt`` instead of the standard ``pip
@ -71,6 +72,16 @@ Mac OSX
sudo ./bootstrap/mac.sh
Fedora
------
.. code-block:: shell
sudo ./bootstrap/fedora.sh
.. note:: Fedora 22 uses SWIG 3.0.5+, use the :ref:`modified pip
command for installation <new-swig>`.
Centos 7
--------