gcc/libstdc++-v3/docs/download.html
Phil Edwards 0137be2dca acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): If strtoll isn't available, force --disable.
2000-05-26  Phil Edwards  <pme@sourceware.cygnus.com>

	* acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG):  If strtoll isn't
	  available, force --disable.  Need to flesh this out; make smarter.
	* aclocal.m4:  Regenerate.
	* configure:  Regenerate.

	* mkcheck.in:  Minor tweaks.
	* docs/download.html:  Fix typo.

From-SVN: r34197
2000-05-26 19:59:46 +00:00

45 lines
1.2 KiB
HTML

<!--#include virtual="/libstdc++/header.html"-->
<H3>Getting the sources by FTP or CVS</H3>
<P>Get the snapshot archive via FTP from
<BLOCKQUOTE>
<A HREF="ftp://sourceware.cygnus.com/pub/libstdc++/">
ftp://sourceware.cygnus.com/pub/libstdc++/
</A>
</BLOCKQUOTE>
You will probably need to use one of the
<A HREF="http://sourceware.cygnus.com/mirrors.html">mirror sites</A>
due to the 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.
<UL>
<LI>Read only CVS repository available by anonymous CVS. Directions
<A HREF="http://gcc.gnu.org/cvs.html"> here.
</A>
<P>
<LI>Read-Write CVS repository available by authorized CVS via SSH.
Directions <A HREF="http://gcc.gnu.org/cvswrite.html"> here.
</A>
</UL>
</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.html"-->