Skip to content

Commit 407ff69

Browse files
Mention that git is not required for builds from tarball
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 8019d6d commit 407ff69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ prevent errors due to missing TeX fonts while building a documentation. Since
6060
possible to omit `texlive-*` in `yum install` and instead pass `--no-pdf`
6161
option to the `build-all.sh` script if the documentation is not required.
6262

63+
`git` package is required only if toolchain is being built from git
64+
repositories. If it is built from the source tarball, then `git` is not
65+
required.
66+
6367
GCC depends on the GMP, MPFR and MPC packages, however there are problems with
6468
availability of those packages on the RHEL/CentOS 6 systems (packages has too
6569
old versions or not available at all). To avoid this problem our build script

0 commit comments

Comments
 (0)