_prereq: Represents system packages required for installing SageMath from source¶
Description¶
This script package represents the minimal requirements (system packages) for installing SageMath from source.
Type¶
standard
Version Information¶
Equivalent System Packages¶
arch:
$ sudo pacman -S binutils make m4 perl python3 tar bc gcc which
conda:
$ conda install binutils make m4 perl python3 tar bc gcc which
cygwin:
$ apt-cyg install binutils make m4 perl python3 tar bc gcc which
Debian/Ubuntu:
$ sudo apt-get install binutils make m4 perl python3 tar bc gcc which
Fedora/Redhat/CentOS:
$ sudo yum install binutils make m4 perl python3 tar bc gcc which
freebsd:
$ sudo pkg install binutils make m4 perl python3 tar bc gcc which
gentoo:
$ sudo emerge binutils make m4 perl python3 tar bc gcc which
homebrew:
$ brew install binutils make m4 perl python3 tar bc gcc which
nix:
$ nix-env --install binutils make m4 perl python3 tar bc gcc which
opensuse:
$ sudo zypper install binutils make m4 perl python3 tar bc gcc which
slackware:
$ sudo slackpkg install binutils make m4 perl python3 tar bc gcc which
void:
$ sudo xbps-install binutils make m4 perl python3 tar bc gcc which
If the system package is installed, ./configure will check whether it can be used.