From 8e347a69ccc93a5281722da0208ff21f494d6b29 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 18 May 2013 16:32:24 +0900 Subject: [PATCH] Add doc about libaria2 in README.rst --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 049205e3d..d7aa2a18d 100644 --- a/README.rst +++ b/README.rst @@ -458,6 +458,16 @@ WebSocket The WebSocket server embedded in aria2 implements the specification defined in RFC 6455. The supported protocol version is 13. +libaria2 +-------- + +The libaria2 is a C++ library which offers aria2 functionality to the +client code. Currently, libaria2 is not built by default. To enable +libaria2, use ``--enable-libaria2`` configure option. By default, +only the shared library is built. To build static library, use +``--enable-static`` configure option as well. See libaria2 +documentation to know how to use API. + References ----------