.. _spkg__bootstrap:

_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


Dependencies
------------


Version Information
-------------------


Equivalent System Packages
--------------------------

arch:

.. CODE-BLOCK:: bash

    $ sudo pacman -S  autoconf automake libtool pkg-config


conda:

.. CODE-BLOCK:: bash

    $ conda install  autoconf automake libtool


cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install autoconf automake libtool


Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  autoconf automake libtool pkg-config


Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  autoconf automake libtool pkg-config


freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install autoconf automake libtool pkg-config


gentoo:

.. CODE-BLOCK:: bash

    $ sudo emerge sys-devel/autoconf sys-devel/automake sys-devel/libtool


homebrew:

.. CODE-BLOCK:: bash

    $ brew install autoconf automake libtool pkg-config


nix:

.. CODE-BLOCK:: bash

    $ nix-env --install autoconf automake libtool pkg-config


opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install autoconf automake libtool pkgconfig


slackware:

.. CODE-BLOCK:: bash

    $ sudo slackpkg install autoconf automake libtool


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  autoconf automake libtool 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 :trac:`27330`

