mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Add doc about libaria2 in README.rst
This commit is contained in:
parent
0ed4fec8a8
commit
8e347a69cc
1 changed files with 10 additions and 0 deletions
10
README.rst
10
README.rst
|
@ -458,6 +458,16 @@ WebSocket
|
||||||
The WebSocket server embedded in aria2 implements the specification
|
The WebSocket server embedded in aria2 implements the specification
|
||||||
defined in RFC 6455. The supported protocol version is 13.
|
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
|
References
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue