-
To acquire the latest version of libtorrent, you'll have to grab it from CVS.
-You'll find instructions on how to do this here (see Anonymous CVS access).
+
To acquire the latest version of libtorrent, you'll have to grab it from SVN.
+You'll find instructions on how to do this here (see subversion access).
The build systems supported "out of the box" in libtorrent are boost-build v2
(BBv2) and autotools (for unix-like systems). If you still can't build after
following these instructions, you can usually get help in the #libtorrent
@@ -44,7 +44,7 @@ IRC channel on irc.freenode.net
-
-
To build libtorrent from cvs you need to check out the libtorrent sources from
+
+
To build libtorrent from svn you need to check out the libtorrent sources from
sourceforge and also check out the asio sources from its sourceforge cvs.
If you downloaded a release tarball, you can skip this section.
To prepare the directory structure for building, follow these steps:
-- Check out libtorrent (instructions).
+- Check out libtorrent (instructions).
- Check out asio (instructions).
- Copy the asio/include/asio/ directory into the libtorrent/include/libtorrent/
directory. Alternatively you can make a symbolic link.
diff --git a/docs/building.rst b/docs/building.rst
index 2beaa62f4..270e2aa9f 100644
--- a/docs/building.rst
+++ b/docs/building.rst
@@ -11,10 +11,10 @@ libtorrent manual
downloading and building
========================
-To acquire the latest version of libtorrent, you'll have to grab it from CVS.
-You'll find instructions on how to do this here__ (see Anonymous CVS access).
+To acquire the latest version of libtorrent, you'll have to grab it from SVN.
+You'll find instructions on how to do this here__ (see subversion access).
-__ http://sourceforge.net/cvs/?group_id=79942
+__ http://sourceforge.net/svn/?group_id=79942
The build systems supported "out of the box" in libtorrent are boost-build v2
(BBv2) and autotools (for unix-like systems). If you still can't build after
@@ -24,7 +24,7 @@ IRC channel on ``irc.freenode.net``.
Contributed build tutorials
---------------------------
-* libtorrent cvs, ubuntu_
+* libtorrent svn, ubuntu_
* `ubuntu 6.10`_
* suse_
* `visual studio 2005`_
@@ -41,10 +41,10 @@ Gentoo ebuild is provided by the `BTG project`_.
.. _`BTG project`: http://www.peerweb.nl/gentoo/net-libs/rblibtorrent/
-building from cvs
+building from svn
-----------------
-To build libtorrent from cvs you need to check out the libtorrent sources from
+To build libtorrent from svn you need to check out the libtorrent sources from
sourceforge and also check out the asio sources from its sourceforge cvs.
If you downloaded a release tarball, you can skip this section.
@@ -56,7 +56,7 @@ To prepare the directory structure for building, follow these steps:
directory. Alternatively you can make a symbolic link.
* Copy ``asio/include/asio.hpp`` into ``libtorrent/include/libtorrent``.
-__ http://sourceforge.net/cvs/?group_id=79942
+__ http://sourceforge.net/svn/?group_id=79942
__ http://sourceforge.net/cvs/?group_id=122478
Now the libtorrent directory is ready for building. Follow the steps in one
diff --git a/docs/index.html b/docs/index.html
index 53d5ad1d3..17f4348db 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -20,8 +20,9 @@
- screenshot
- mailing list (archive)
- who's using libtorrent?
-- report bugs
+- report bugs
- sourceforge page
+- wiki
Extensions
diff --git a/docs/index.rst b/docs/index.rst
index 780f78991..38330a01d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -12,6 +12,7 @@
* `who's using libtorrent?`_
* `report bugs`_
* `sourceforge page`_
+* `wiki`_
--------
@@ -59,8 +60,9 @@ libtorrent
.. _mailing list: http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
.. _archive: http://dir.gmane.org/gmane.network.bit-torrent.libtorrent
.. _`who's using libtorrent?`: projects.html
-.. _`report bugs`: http://sourceforge.net/tracker/?group_id=79942&atid=558250
+.. _`report bugs`: http://code.rasterbar.com/libtorrent/newticket
.. _sourceforge page: http://www.sourceforge.net/projects/libtorrent
+.. _wiki: http://code.rasterbar.com/libtorrent
.. _`ruby bindings`: http://libtorrent-ruby.rubyforge.org/
.. _`python bindings`: python_binding.html