diff options
| author | Christian Heimes <cheimes@redhat.com> | 2021-02-08 15:58:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 08:58:34 -0600 |
| commit | 9aa369af8c02d86a096e8c5338faa5b83e5cf2ee (patch) | |
| tree | ab76f9abc9802fd194090abc8dcb00ecce39e36b /docs | |
| parent | 048f7c6cb4cd5a46b252e17c3463d254e1c552ab (diff) | |
| download | cryptography-9aa369af8c02d86a096e8c5338faa5b83e5cf2ee.tar.gz | |
Update build instructions (#5764)
The Rust version in CentOS 7 SCL is too old to build cryptography.
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installation.rst | 12 | ||||
| -rw-r--r-- | docs/spelling_wordlist.txt | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 6d89a7971..7edd92432 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -103,16 +103,16 @@ Debian/Ubuntu .. code-block:: console - $ sudo apt-get install build-essential libssl-dev libffi-dev python3-dev + $ sudo apt-get install build-essential libssl-dev libffi-dev \ + python3-dev cargo -RHEL/CentOS -~~~~~~~~~~~ +Fedora/RHEL 8/CentOS 8 +~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: console - $ sudo yum install redhat-rpm-config gcc libffi-devel python-devel \ - openssl-devel - + $ sudo dnf install redhat-rpm-config gcc libffi-devel python3-devel \ + openssl-devel cargo Building ~~~~~~~~ diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index f59c3e413..cad47e536 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -14,6 +14,7 @@ Botan Brainpool Bullseye Capitan +CentOS changelog Changelog ciphertext @@ -80,6 +81,7 @@ online paddings Parallelization personalization +RHEL pickleable plaintext Poly |
