Installing the Dependencies
To build the TVM shared library, configure and install the dependencies.
- Update the system software package.
1sudo dnf update
- Install the software packages of development tools.
1sudo dnf groupinstall -y "Development Tools"
- Install the dependencies.
1sudo dnf install -y python3-devel ncurses-compat-libs zlib-devel cmake libedit-devel libxml2-devel
Parent topic: Configuring the Compilation Environment