Environment Configuration
Before compiling and building the source code, you need to install the dependent components of the required version.
- Install system dependencies.
1 2 3 4
dnf install -y \ --setopt=install_weak_deps=False \ --setopt=tsflags=nodocs \ python3 python3-pip python3-devel gcc gcc-c++ make tar gzip openblas-devel pkgconf
- Install the Python build tools.
1python3 -m pip install --upgrade pip setuptools wheel packaging meson meson-python ninja Cython pyproject-metadata
Parent topic: Preparations for Development