From 8abb432650946ab05eff23b1651ae6cd687a520a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 17 Mar 2004 17:43:36 +0000 Subject: [PATCH] *** empty log message *** --- docs/manual.html | 90 +++++++++++++++++++++++++----------------------- docs/manual.rst | 4 +++ 2 files changed, 50 insertions(+), 44 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index cd03b6ba9..10ba20e8a 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -13,64 +13,64 @@

Contents

@@ -137,6 +137,7 @@ boost.filesystem, boost.date_time and various other boost libraries as well as z
  • Windows 2000 vc7.1
  • Linux x86 (debian) GCC 3.0.4, GCC 3.2.3
  • Windows 2000, msvc6 sp5 (does not support 64-bit values due to problems with operator<<(ostream&, __int64))
  • +
  • MacOS X, GCC 3.3
  • Fails on:

    @@ -166,6 +167,7 @@ bjam <toolset> link=static

    in the libtorrent directory.

    If you're building on a platform where dlls share the same heap, you can build libtorrent as a dll too, by typing link=shared instead of link=static.

    +

    To build on MacOS X, you need the latest version of boost-build, from the boost cvs.

    If you're making your own project file, note that there are two versions of the file abstraction. There's one file_win.cpp which relies on windows file API that supports files larger than 2 Gigabytes. This does not work in vc6 for some reason, possibly because diff --git a/docs/manual.rst b/docs/manual.rst index 96c85f74b..c2dd79f22 100755 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -70,6 +70,7 @@ libtorrent has been successfully compiled and tested on: * Windows 2000 vc7.1 * Linux x86 (debian) GCC 3.0.4, GCC 3.2.3 * Windows 2000, msvc6 sp5 (does not support 64-bit values due to problems with operator<<(ostream&, __int64)) + * MacOS X, GCC 3.3 Fails on: @@ -112,6 +113,9 @@ in the libtorrent directory. If you're building on a platform where dlls share the same heap, you can build libtorrent as a dll too, by typing ``link=shared`` instead of ``link=static``. +To build on MacOS X, you need the latest version of boost-build, from the `boost cvs`__. + +__ http://sourceforge.net/cvs/?group_id=7586 If you're making your own project file, note that there are two versions of the file abstraction. There's one ``file_win.cpp`` which relies on windows file API that supports