c6a21af2ff
2010-07-22 Benjamin Kosnik <bkoz@redhat.com> DocBook 4.5 to 5.0 transition. * doc/xml/authors.xml: Update markup to DocBook 5.0. * doc/xml/faq.xml: Same. * doc/xml/api.xml: Same. * doc/xml/class.txml * doc/xml/gnu/gpl-3.0.xml: Same. * doc/xml/gnu/fdl-1.2.xml: Same. * doc/xml/gnu/fdl-1.3.xml: Same. * doc/xml/gnu/gpl-2.0.xml: Same. * doc/xml/chapter.txml: Same. * doc/xml/manual/mt_allocator.xml: Same. * doc/xml/manual/allocator.xml: Same. * doc/xml/manual/ctype.xml: Same. * doc/xml/manual/numerics.xml: Same. * doc/xml/manual/codecvt.xml: Same. * doc/xml/manual/backwards_compatibility.xml: Same. * doc/xml/manual/concurrency.xml: Same. * doc/xml/manual/intro.xml: Same. * doc/xml/manual/abi.xml: Same. * doc/xml/manual/shared_ptr.xml: Same. * doc/xml/manual/status_cxxtr1.xml: Same. * doc/xml/manual/auto_ptr.xml: Same. * doc/xml/manual/internals.xml: Same. * doc/xml/manual/atomics.xml: Same. * doc/xml/manual/parallel_mode.xml: Same. * doc/xml/manual/status_cxx1998.xml: Same. * doc/xml/manual/profile_mode.xml: Same. * doc/xml/manual/containers.xml: Same. * doc/xml/manual/io.xml: Same. * doc/xml/manual/concurrency_extensions.xml: Same. * doc/xml/manual/appendix_porting.xml: Same. * doc/xml/manual/utilities.xml: Same. * doc/xml/manual/support.xml: Same. * doc/xml/manual/bitmap_allocator.xml: Same. * doc/xml/manual/configure.xml: Same. * doc/xml/manual/build_hacking.xml: Same. * doc/xml/manual/evolution.xml: Same. * doc/xml/manual/using.xml: Same. * doc/xml/manual/using_exceptions.xml: Same. * doc/xml/manual/debug.xml: Same. * doc/xml/manual/localization.xml: Same. * doc/xml/manual/strings.xml: Same. * doc/xml/manual/debug_mode.xml: Same. * doc/xml/manual/locale.xml: Same. * doc/xml/manual/extensions.xml: Same. * doc/xml/manual/appendix_contributing.xml: Same. * doc/xml/manual/prerequisites.xml: Same. * doc/xml/manual/messages.xml: Same. * doc/xml/manual/diagnostics.xml: Same. * doc/xml/manual/algorithms.xml: Same. * doc/xml/manual/appendix_free.xml: Same. * doc/xml/manual/iterators.xml: Same. * doc/xml/manual/spine.xml: Same. * doc/xml/manual/status_cxxtr24733.xml: Same. * doc/xml/manual/status_cxx200x.xml: Same. * doc/xml/manual/test.xml: Same. * doc/xml/book.txml: Same. * doc/xml/spine.xml: Same. * doc/Makefile.am: Same. * doc/Makefile.in: Regenerate. From-SVN: r162433
161 lines
5.0 KiB
XML
161 lines
5.0 KiB
XML
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xml:id="manual.intro.setup.prereq" xreflabel="Prerequisites">
|
|
<?dbhtml filename="prerequisites.html"?>
|
|
|
|
<info><title>Prerequisites</title>
|
|
<keywordset>
|
|
<keyword>
|
|
ISO C++
|
|
</keyword>
|
|
<keyword>
|
|
Prerequisites
|
|
</keyword>
|
|
</keywordset>
|
|
</info>
|
|
|
|
|
|
|
|
<para>
|
|
Because libstdc++ is part of GCC, the primary source for
|
|
installation instructions is
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/install/">the GCC install page</link>.
|
|
In particular, list of prerequisite software needed to build the library
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/install/prerequisites.html">
|
|
starts with those requirements.</link> The same pages also list
|
|
the tools you will need if you wish to modify the source.
|
|
</para>
|
|
|
|
<para>
|
|
Additional data is given here only where it applies to libstdc++.
|
|
</para>
|
|
|
|
<para>As of GCC 4.0.1 the minimum version of binutils required to build
|
|
libstdc++ is <code>2.15.90.0.1.1</code>. You can get snapshots
|
|
(as well as releases) of binutils from
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ftp://sources.redhat.com/pub/binutils/">
|
|
ftp://sources.redhat.com/pub/binutils</link>.
|
|
Older releases of libstdc++ do not require such a recent version,
|
|
but to take full advantage of useful space-saving features and
|
|
bug-fixes you should use a recent binutils whenever possible.
|
|
The configure process will automatically detect and use these
|
|
features if the underlying support is present.
|
|
</para>
|
|
|
|
<para>
|
|
To generate the API documentation from the sources you will need
|
|
Doxygen, see <link linkend="contrib.doc_style">Documentation
|
|
Style</link> in the appendix for full details.
|
|
</para>
|
|
|
|
<para>
|
|
Finally, a few system-specific requirements:
|
|
</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>linux</term>
|
|
|
|
<listitem>
|
|
<para>
|
|
If gcc 3.1.0 or later on is being used on linux, an attempt
|
|
will be made to use "C" library functionality necessary for
|
|
C++ named locale support. For gcc 4.6.0 and later, this
|
|
means that glibc 2.3 or later is required.
|
|
</para>
|
|
|
|
<para>
|
|
If the 'gnu' locale model is being used, the following
|
|
locales are used and tested in the libstdc++ testsuites.
|
|
The first column is the name of the locale, the second is
|
|
the character set it is expected to use.
|
|
</para>
|
|
<programlisting>
|
|
de_DE ISO-8859-1
|
|
de_DE@euro ISO-8859-15
|
|
en_GB ISO-8859-1
|
|
en_HK ISO-8859-1
|
|
en_PH ISO-8859-1
|
|
en_US ISO-8859-1
|
|
en_US.ISO-8859-1 ISO-8859-1
|
|
en_US.ISO-8859-15 ISO-8859-15
|
|
en_US.UTF-8 UTF-8
|
|
es_ES ISO-8859-1
|
|
es_MX ISO-8859-1
|
|
fr_FR ISO-8859-1
|
|
fr_FR@euro ISO-8859-15
|
|
is_IS UTF-8
|
|
it_IT ISO-8859-1
|
|
ja_JP.eucjp EUC-JP
|
|
ru_RU.ISO-8859-5 ISO-8859-5
|
|
ru_RU.UTF-8 UTF-8
|
|
se_NO.UTF-8 UTF-8
|
|
ta_IN UTF-8
|
|
zh_TW BIG5
|
|
</programlisting>
|
|
|
|
<para>Failure to have the underlying "C" library locale
|
|
information installed will mean that C++ named locales for the
|
|
above regions will not work: because of this, the libstdc++
|
|
testsuite will skip the 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 the "C" locales are installed is not
|
|
necessary.
|
|
</para>
|
|
|
|
<para>
|
|
To install support for locales, do only one of the following:
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>install all locales</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>with RedHat Linux:
|
|
</para>
|
|
<para> <code> export LC_ALL=C </code>
|
|
</para>
|
|
<para> <code> rpm -e glibc-common --nodeps </code>
|
|
</para>
|
|
<para>
|
|
<code> rpm -i --define "_install_langs all"
|
|
glibc-common-2.2.5-34.i386.rpm
|
|
</code>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Instructions for other operating systems solicited.
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
<listitem>
|
|
<para>install just the necessary locales</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>with Debian Linux:</para>
|
|
<para> Add the above list, as shown, to the file
|
|
<code>/etc/locale.gen</code> </para>
|
|
<para> run <code>/usr/sbin/locale-gen</code> </para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>on most Unix-like operating systems:</para>
|
|
<para><code> localedef -i de_DE -f ISO-8859-1 de_DE </code></para>
|
|
<para>(repeat for each entry in the above list) </para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Instructions for other operating systems solicited.
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</section>
|