dcfa0bc8ce
2000-05-09 Phil Edwards <pme@sourceware.cygnus.com> * acinclude.m4: New macro, GLIBCPP_ENABLE_CXX_FLAGS. * configure.in: Call. * src/Makefile.am: Append results of macro to AC_CXXFLAGS. * aclocal.m4: Regenerate. * configure: Ditto. * src/Makefile.in: Ditto. * docs/configopts.html: Document. * docs/download.html: Fix typo (close quote). * docs/footer.html: Update. From-SVN: r33805
44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
|
|
<!--#include virtual="/libstdc++/header.html"-->
|
|
|
|
|
|
<H3>Getting the sources by FTP or CVS</H3>
|
|
|
|
<P>Get the snapshot archive 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>CVS repository available by anonymous CVS.
|
|
<UL>
|
|
<LI>cvs -z9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/libstdc++ login
|
|
<LI>enter ``anoncvs'' for the password
|
|
<LI>cvs -z9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/libstdc++ co libstdc++
|
|
|
|
<LI>You only need to specify the repository root the first time; after
|
|
that cvs will go to the correct place automatically. Using '-z9' is
|
|
<B>highly</B> recommended, as it will reduce the bandwidth required.
|
|
|
|
<LI>You can
|
|
<A HREF="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/libstdc++-v3?cvsroot=gcc">browse
|
|
the CVS repository over the web</A>.
|
|
</UL>
|
|
</P>
|
|
|
|
<P>For those of you using Cygwin or Mingw32, you can avoid various
|
|
<A HREF="faq/index.html#3_2">problems building the library</A> by using
|
|
prebuilt binaries of snapshots from Mumit Khan's
|
|
<A HREF="http://www.xraylith.wisc.edu/~khan/software/gnu-win32/libstdc++-v3.html">Cygwin pages</A>.
|
|
</P>
|
|
|
|
|
|
|
|
<!--#include virtual="/libstdc++/footer.html"-->
|
|
|