Update INSTALL
mark libs on which we have only a header dependency remove "boost thread" from the list since it was determined (in conversation on irc) that we don't need it
This commit is contained in:
parent
659fd4fb0f
commit
4c92a1f9a3
1 changed files with 3 additions and 3 deletions
6
INSTALL
6
INSTALL
|
@ -12,12 +12,12 @@ You'll need to have these libraries and their development headers to build Wesno
|
|||
boost_filesystem >= 1.44.0
|
||||
boost_locale >= 1.48.0
|
||||
boost_iostreams >= 1.36.0
|
||||
boost_multiindex >= 1.36.0 (header only)
|
||||
boost_regex >= 1.36.0
|
||||
boost_serialization >= 1.36.0
|
||||
boost_asio >= 1.36.0
|
||||
boost_serialization >= 1.36.0 (header only)
|
||||
boost_asio >= 1.36.0 (header only)
|
||||
boost_program_options >= 1.36.0
|
||||
boost_system >= 1.36.0
|
||||
boost_thread >= 1.36.0
|
||||
libfontconfig >= 2.4.1
|
||||
libpango (with cairo backend) >= 1.21.3
|
||||
libsdl >= 1.2.7
|
||||
|
|
Loading…
Add table
Reference in a new issue