From fc7f0a806cd0ade2c93bebca3f97ea5ee5eedcc2 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Tue, 2 Jul 2002 06:17:36 +0000 Subject: configopts.html, [...]: Tweaks. 2002-07-02 Phil Edwards * docs/html/configopts.html, docs/html/install.html: Tweaks. * include/ext/algorithm, include/ext/hash_map, include/ext/hash_set, include/ext/iterator, include/ext/numeric, include/ext/rb_tree, include/ext/slist, include/ext/stl_rope.h: Add doxygen hooks. From-SVN: r55172 --- libstdc++-v3/docs/html/install.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'libstdc++-v3/docs/html/install.html') diff --git a/libstdc++-v3/docs/html/install.html b/libstdc++-v3/docs/html/install.html index ff35104..a76a932 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -73,7 +73,7 @@ with C++ exception handling related to this change in libstdc++-v3). The version of these tools should be 2.10.90, or later, and you can get snapshots (as - well as releases) of binutils + well as releases) of binutils here. The configure process will automatically detect and use these features if the underlying support is present. @@ -87,7 +87,7 @@ configure process will automatically detect and use these features if the underlying support is present.

- +

Finally, a few system-specific requirements:

linux @@ -103,22 +103,22 @@ named locale tests. If this isn't an issue, don't worry about it. If named locales are needed, the underlying locale information must be installed. Note that rebuilding libstdc++ - after locales are installed is not necessary. - -

To install + after locales are installed is not necessary. + +

To install support for locales, do only one of the following:

-

  • install all locales -

    export LC_ALL=C

    -

    rpm -e glibc-common --nodeps

    -

    rpm -i --define "_install_langs all" - glibc-common-2.2.5-34.i386.rpm

    -
  • -
  • install just the necessary locales -

    localedef -i de_DE -f ISO-8859-1 de_DE

    -
  • +
  • install all locales +

    export LC_ALL=C

    +

    rpm -e glibc-common --nodeps

    +

    rpm -i --define "_install_langs all" + glibc-common-2.2.5-34.i386.rpm

    +
  • +
  • install just the necessary locales +

    localedef -i de_DE -f ISO-8859-1 de_DE

    +
  • - +

    @@ -131,7 +131,7 @@