Skip to content

Add libarchive to CentOS 8 section #2383

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

Merged
merged 1 commit into from
Oct 25, 2021
Merged
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
10 changes: 5 additions & 5 deletions doc/dev_guide/building_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ RHEL/CentOS 7

.. code-block:: console

$ yum install python-pip
$ yum install epel-release
$ yum install -y python-pip
$ yum install -y epel-release

$ curl -s https://packagecloud.io/install/repositories/packpack/backports/script.rpm.sh | bash

Expand Down Expand Up @@ -139,10 +139,10 @@ CentOS 8

.. code-block:: console

$ dnf install epel-release
$ dnf install -y epel-release

$ dnf install -y git gcc cmake3 make gcc-c++ zlib-devel readline-devel \
ncurses-devel openssl-devel libunwind-devel libicu-devel \
$ dnf install -y git gcc cmake3 libarchive make gcc-c++ zlib-devel \
readline-devel ncurses-devel openssl-devel libunwind-devel libicu-devel \
python3-pyyaml python3-six python3-gevent

$ git clone https://github.com/tarantool/tarantool.git --recursive
Expand Down