_bootstrap: Represents system packages required for running the top-level bootstrap script¶
Description¶
This optional script package represents the requirements (system packages)
that are needed in addition to those represented by the _prereq
package
in order to run the top-level bootstrap
script.
Type¶
optional
Version Information¶
Equivalent System Packages¶
arch:
$ sudo pacman -S gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
conda:
$ conda install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
cygwin:
$ apt-cyg install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
Debian/Ubuntu:
$ sudo apt-get install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
Fedora/Redhat/CentOS:
$ sudo yum install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
freebsd:
$ sudo pkg install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
gentoo:
$ sudo emerge gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
homebrew:
$ brew install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
nix:
$ nix-env --install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
opensuse:
$ sudo zypper install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
slackware:
$ sudo slackpkg install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
void:
$ sudo xbps-install gettext autoconf automake libtool pkg-config gettext-devel xtools mk-configure
However, these system packages will not be used for building Sage because spkg-configure.m4 has not been written for this package; see https://trac.sagemath.org/ticket/27330