From 0435269a764312008a34152f04254fa5024fba72 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Tue, 9 Oct 2001 20:18:14 +0000 Subject: configopts.html: More HTML->XHTML and lowercasing of tags. 2001-10-09 Phil Edwards * docs/html/configopts.html: More HTML->XHTML and lowercasing of tags. * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/17_intro/license.html: Likewise. Tighten up language. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/ext/sgiexts.html: Likewise. * docs/html/faq/index.html: Likewise. Not so many absolute links. * docs/html/faq/index.txt: Regenerate. From-SVN: r46128 --- libstdc++-v3/docs/html/install.html | 56 ++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 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 5d4b4f5..803e8c9 100644 --- a/libstdc++-v3/docs/html/install.html +++ b/libstdc++-v3/docs/html/install.html @@ -1,16 +1,16 @@ - - - - + + + + libstdc++-v3 Installation Instructions - + -

libstdc++-v3 INSTALL

+

libstdc++-v3 INSTALL

The latest version of this document is always available at @@ -124,20 +124,20 @@ (gcc or gcc-3.0, for example) is gccsrcdir. Once in gccsrcdir, you'll need to rename or delete the libstdc++-v3 directory which comes with that snapshot: -

+      
    mv libstdc++-v3 libstdc++-v3-previous  [OR]
-   rm -r libstdc++-v3
+ rm -r libstdc++-v3

Next, unpack the libstdc++-v3 library tarball into this gccsrcdir directory; it will create a libsrcdir called libstdc++-version: -

-   gzip -dc libstdc++-version.tar.gz | tar xf -
+
+   gzip -dc libstdc++-version.tar.gz | tar xf -

Finally, rename libsrcdir to libstdc++-v3 so that gcc's configure flags will be able to deal with the new library. -

-   mv libsrcdir libstdc++-v3
+
+   mv libsrcdir libstdc++-v3

@@ -156,9 +156,9 @@ building the C++ language parts.

-

+   

    cd gccbuilddir
-   gccsrcdir/configure --prefix=destdir --other-opts...
+ gccsrcdir/configure --prefix=destdir --other-opts...

@@ -178,8 +178,8 @@

[re]building only libstdc++

To rebuild just libstdc++, use: -

-   make all-target-libstdc++-v3
+
+   make all-target-libstdc++-v3
This will configure and build the C++ library in the gccbuilddir/cpu-vendor-os/libstdc++ directory.

@@ -193,12 +193,12 @@ simply edit it and remove lines.

You're done. Now install the rebuilt pieces with -

-   make install
+
+   make install
or -
+      
    make install-gcc
-   make install-target-libstdc++-v3
+ make install-target-libstdc++-v3

@@ -206,20 +206,20 @@

Post-installation

Installation will create the destdir directory and populate it with subdirectories: -

+      
    lib/
    include/g++-v3/
       backward/
       bits/
       cpu-vendor-os/bits/
-      ext/
+ ext/

You can check the status of the build without installing it using -

-   make check
+
+   make check
or you can check the status of the installed library using -
-   make check-install
+
+   make check-install
in the libbuilddir directory. These commands will create a 'testsuite' directory underneath libbuilddir containing the results of the tests. We are @@ -280,10 +280,10 @@
-

+

See license.html for copying conditions. Comments and suggestions are welcome, and may be sent to -the mailing list. +the libstdc++ mailing list.

-- cgit v1.1