Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
The Rust version in CentOS 7 SCL is too old to build cryptography.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
  • Loading branch information
tiran committed Feb 8, 2021
1 parent 13e7e56 commit 63d60c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Botan
Brainpool
Bullseye
Capitan
CentOS
changelog
Changelog
ciphertext
Expand Down Expand Up @@ -80,6 +81,7 @@ online
paddings
Parallelization
personalization
RHEL
pickleable
plaintext
Poly
Expand Down

0 comments on commit 63d60c3

Please sign in to comment.