Skip to content

Commit

Permalink
[Docs] Minimal dependencies for Fedora/CentOS (#13248)
Browse files Browse the repository at this point in the history
Minimal dependencies for Fedora/CentOS

This commit indicates how to install minimal set of
dependencies for building Apache TVM on Fedora and
CentOS. It supplements existing information for
Ubuntu and MacOS.
  • Loading branch information
bkmgit authored Nov 3, 2022
1 parent e9ba986 commit f15afd2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ linux operating systems, execute (in a terminal):
Note that the version of CMake on apt may not be sufficiently up to date; it may be necessary to install it directly from `Kitware's third-party APT repository <https://apt.kitware.com/>`_.


On Fedora/CentOS and related operating systems use:

.. code:: bash
sudo dnf update
sudo dnf groupinstall -y "Development Tools"
sudo dnf install -y python-devel ncurses-compat-libs zlib-devel cmake libedit-devel libxml2-devel
Use Homebrew to install the required dependencies for macOS running either the Intel or M1 processors. You must follow the post-installation steps specified by
Homebrew to ensure the dependencies are correctly installed and configured:

Expand Down

0 comments on commit f15afd2

Please sign in to comment.