Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the Dependencies

To build the TVM shared library, configure and install the dependencies.

  1. Update the system software package.
    1
    sudo dnf update
    
  2. Install the software packages of development tools.
    1
    sudo dnf groupinstall -y "Development Tools"
    
  3. Install the dependencies.
    1
    sudo dnf install -y python3-devel ncurses-compat-libs zlib-devel cmake libedit-devel libxml2-devel