We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8019d6d commit 407ff69Copy full SHA for 407ff69
README.md
@@ -60,6 +60,10 @@ prevent errors due to missing TeX fonts while building a documentation. Since
60
possible to omit `texlive-*` in `yum install` and instead pass `--no-pdf`
61
option to the `build-all.sh` script if the documentation is not required.
62
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
+
67
GCC depends on the GMP, MPFR and MPC packages, however there are problems with
68
availability of those packages on the RHEL/CentOS 6 systems (packages has too
69
old versions or not available at all). To avoid this problem our build script
0 commit comments