58884590a0
2000-11-29 Phil Edwards <pme@sources.redhat.com> Sync with the documentation from wwwdocs. * docs/Makefile: New file (rebuilds FAQ text version). * docs/configopts.html: Update. * docs/documentation.html: Update. * docs/download.html: Update. * docs/index.html: Update. * docs/install.html: Update. * docs/links.html: Update. * docs/mail.html: Update. * docs/status.html: Update. * docs/thanks.html: Update. * docs/27_io/howto.html: Update. * docs/faq/index.html: Update for 2.91. * docs/faq/index.txt: Update for 2.91. * docs/footer.html: Removed. * docs/footer.ihtml: New file. * docs/gccrebuild.html: Removed. * docs/header.html: Removed. * docs/header.ihtml: New file. From-SVN: r37855
55 lines
2.0 KiB
HTML
55 lines
2.0 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
|
|
<TITLE>Standard C++ Library v3</TITLE>
|
|
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
|
|
<LINK REL=StyleSheet HREF="lib3styles.css">
|
|
<!-- $Id: download.html,v 1.11 2000/11/19 02:52:01 gerald Exp $ -->
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<!--#include virtual="/libstdc++/header.ihtml"-->
|
|
|
|
|
|
<H3>Getting the sources by FTP or CVS</H3>
|
|
|
|
<!-- The <URL:foo> syntax is the standard way of writing such things. No
|
|
link to the FTP site is given directly, encouraging mirror usage.
|
|
-->
|
|
<P>Get the snapshot archive via FTP from
|
|
<TT><URL:ftp://sources.redhat.com/pub/libstdc++/></TT>.
|
|
You will almost certainly need to use one of the
|
|
<A HREF="http://sources.redhat.com/mirrors.html">mirror sites</A>
|
|
due to the extremely heavy load on the main server.
|
|
</P>
|
|
|
|
<P>The master CVS repository for libstdc++-v3 is now a part of the gcc
|
|
repository. As such, checking out the <TT>gcc</TT> module includes
|
|
the current libstdc++-v3 development sources. To check out
|
|
libstdc++-v3 only, use <TT>libstdc++-v3</TT> instead of <TT>gcc</TT>
|
|
as the module.
|
|
</P>
|
|
<UL>
|
|
<LI>Read-only CVS repository is available by anonymous CVS. Directions
|
|
are <A HREF="http://gcc.gnu.org/cvs.html">here</A>. You can also
|
|
use anonymous CVS from one of the mirrors of the CVS repository.
|
|
<LI>Read-write CVS repository is available by authorized CVS via SSH.
|
|
Directions are <A HREF="http://gcc.gnu.org/cvswrite.html">here</A>.
|
|
</UL>
|
|
<P>Once you have the GCC sources checked out over CVS, you can use the
|
|
<CODE>contrib/gcc_update</CODE> script to retrieve the latest changes, and
|
|
automatically update the timestamps of certain files. With the
|
|
timestamps updated, you won't need autoconf or the other tools (unless
|
|
you make changes, obviously).
|
|
</P>
|
|
|
|
<P>You can also
|
|
<A HREF="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/libstdc++-v3?cvsroot=gcc">browse
|
|
the CVS repository over the web</A>.
|
|
</P>
|
|
|
|
|
|
<!--#include virtual="/libstdc++/footer.ihtml"-->
|
|
</BODY>
|
|
</HTML>
|