Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cbeck88 committed Nov 23, 2014
1 parent 659fd4f commit 4c92a1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Expand Up @@ -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
Expand Down

0 comments on commit 4c92a1f

Please sign in to comment.