summaryrefslogtreecommitdiff
path: root/lib/spack/docs/getting_started.rst
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@ovgu.de>2020-08-21 00:13:47 +0200
committerGitHub <noreply@github.com>2020-08-20 17:13:47 -0500
commit11b1ce84cfb5dd7a7dec1512b1c8c5c4095de0d4 (patch)
tree5c7a15521af1eef178b0dd25686f8d74b9aea7c6 /lib/spack/docs/getting_started.rst
parent6b6f6db431c3b060ca09f2612a62f45f28d20314 (diff)
downloadspack-11b1ce84cfb5dd7a7dec1512b1c8c5c4095de0d4.tar.gz
spack-11b1ce84cfb5dd7a7dec1512b1c8c5c4095de0d4.tar.bz2
spack-11b1ce84cfb5dd7a7dec1512b1c8c5c4095de0d4.tar.xz
spack-11b1ce84cfb5dd7a7dec1512b1c8c5c4095de0d4.zip
docs: List tar and some compressors in prerequisites (#18169)
Fixes #18152
Diffstat (limited to 'lib/spack/docs/getting_started.rst')
-rw-r--r--lib/spack/docs/getting_started.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index 26deb1cef5..9ce01ae222 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -19,6 +19,9 @@ before Spack is run:
#. Python 2 (2.6 or 2.7) or 3 (3.5 - 3.8) to run Spack
#. A C/C++ compiler for building
#. The ``make`` executable for building
+#. The ``tar``, ``gzip``, ``bzip2``, ``xz`` and optionally ``zstd``
+ executables for extracting source code
+#. The ``patch`` command to apply patches
#. The ``git`` and ``curl`` commands for fetching
#. If using the ``gpg`` subcommand, ``gnupg2`` is required