Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build instructions #5764

Merged
merged 1 commit into from
Feb 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/home/runner/work/cryptography/cryptography/docs/installation.rst:110: Spell check: RHEL: Fedora/RHEL 8/CentOS 8.
/home/runner/work/cryptography/cryptography/docs/installation.rst:110: Spell check: CentOS: Fedora/RHEL 8/CentOS 8.

Looks like you'll need to add RHEL and CentOS to docs/spelling_wordlist.txt

~~~~~~~~~~~~~~~~~~~~~~

.. 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