From a674c6b5a3e3039a201cbfeb08f083ade4394c1f Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sat, 15 Feb 2014 21:24:23 +0800 Subject: Added rhel-specific installation instructions. --- docs/installation.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/installation.rst b/docs/installation.rst index f9c3574d..2a8b3d15 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -39,6 +39,13 @@ dependencies are installed: $ sudo apt-get install build-essential libssl-dev libffi-dev python-dev +Fedora and RHEL-based systems +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: console + + $ sudo yum install gcc libffi-devel python-devel openssl-devel + You should now be able to build and install cryptography with the usual .. code-block:: console -- cgit v1.2.3 From d9702f9f324cd7b51d50bfb85370d8cf1034f332 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sat, 15 Feb 2014 23:57:13 +0800 Subject: Updated documentation to remove debian/rhel headers. --- docs/installation.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/installation.rst b/docs/installation.rst index 2a8b3d15..63555abc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,18 +29,15 @@ Building cryptography on Linux compiler, headers for Python (if you're not using ``pypy``), and headers for the OpenSSL and ``libffi`` libraries available on your system. -Debian and Ubuntu systems -~~~~~~~~~~~~~~~~~~~~~~~~~ - -For Debian and Ubuntu, the following command line will ensure the required +For Debian and Ubuntu, the following command will ensure that the required dependencies are installed: .. code-block:: console $ sudo apt-get install build-essential libssl-dev libffi-dev python-dev -Fedora and RHEL-based systems -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +For Fedora and RHEL-derivatives, the following command will ensure that the +required dependencies are installed: .. code-block:: console -- cgit v1.2.3