This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, www] Mention download_prerequisites in installation docs


Improved wording after a chat with `redi` on IRC.

gcc/ChangeLog:
    * doc/install.texi: Mention download_prerequisites
---
 gcc/doc/install.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 9248f0d..de43e36 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -351,7 +351,10 @@ versions may work in some cases, but it's safer
to use the exact
 versions documented.  We appreciate bug reports about problems with
 newer versions, though.  If your OS vendor provides packages for the
 support libraries then using those packages may be the simplest way to
-install the libraries.
+install the libraries.  Alternatively, running
+@code{contrib/download_prerequisites} from the root directory of the source
+tree will fetch these libraries and place them in the appropriate locations
+for the build.

 @table @asis
 @item GNU Multiple Precision Library (GMP) version 4.3.2 (or later)
-- 
2.8.3

-Manish


On Thu, Jun 30, 2016 at 12:37 PM, Manish Goregaokar <manish@mozilla.com> wrote:
> 2016-06-30  Manish Goregaokar  <manish@mozilla.com>
>
> gcc/ChangeLog:
>     * doc/install.texi: Mention download_prerequisites
> ---
>  gcc/doc/install.texi | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
> index 9248f0d..0070fdf 100644
> --- a/gcc/doc/install.texi
> +++ b/gcc/doc/install.texi
> @@ -351,7 +351,9 @@ versions may work in some cases, but it's safer to
> use the exact
>  versions documented.  We appreciate bug reports about problems with
>  newer versions, though.  If your OS vendor provides packages for the
>  support libraries then using those packages may be the simplest way to
> -install the libraries.
> +install the libraries.  Alternatively, running
> +@code{contrib/download_prerequisites} from the repository root will fetch
> +these libraries and place them in the appropriate locations for build.
>
>  @table @asis
>  @item GNU Multiple Precision Library (GMP) version 4.3.2 (or later)
> --
> 2.8.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]