Update the release notes and install instructions...
...to include ANA's dependencies.
This commit is contained in:
parent
d945545657
commit
72ade2484d
2 changed files with 10 additions and 0 deletions
3
INSTALL
3
INSTALL
|
@ -13,6 +13,9 @@ You'll need to have these libraries (with equivalent devel versions) to build We
|
|||
boost_iostreams >= 1.35.0
|
||||
boost_regex >= 1.35.0
|
||||
boost_serialization >= 1.35.0
|
||||
boost_asio >= 1.35.0
|
||||
boost_system >= 1.35.0
|
||||
boost_thread >= 1.35.0
|
||||
libfontconfig >= 2.4.1
|
||||
libpango (with cairo backend) >= 1.14.8
|
||||
libsdl >= 1.2.7
|
||||
|
|
|
@ -82,6 +82,13 @@ judged that rewriting the existent network user's code to accommodate
|
|||
this new API must be a thoroughly thought through endeavor and was
|
||||
thus postponed to better wrap up the GSoC project.
|
||||
|
||||
-- Dependencies of the New Network Module: --
|
||||
|
||||
The implementation of the new network module requires:
|
||||
* boost_thread
|
||||
* boost_system
|
||||
* boost_asio
|
||||
All in versions of the Boost libraries 1.35.0 or above.
|
||||
|
||||
***
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue