Updated files to bumped Boost requirements.

Updated INSTALL and cmake files. Omitted scons since some parts refer to
versions others don't and the version mentioned differs as well.
This commit is contained in:
Mark de Wever 2011-08-11 19:37:19 +00:00
parent c59fefa97a
commit 9e7c002c76
2 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
find_package(SDL 1.2.7 REQUIRED)
find_package(Boost 1.35 REQUIRED COMPONENTS iostreams program_options regex system)
find_package(Boost 1.36 REQUIRED COMPONENTS iostreams program_options regex system)
# no, gettext executables are not required when NLS is deactivated
find_package(Gettext)
@ -215,7 +215,7 @@ if(ENABLE_TOOLS)
find_package( PNG REQUIRED )
endif(ENABLE_TOOLS)
if(ENABLE_TESTS)
find_package( Boost 1.35 REQUIRED COMPONENTS unit_test_framework )
find_package( Boost 1.36 REQUIRED COMPONENTS unit_test_framework )
endif(ENABLE_TESTS)
if(ENABLE_GAME)
find_package( FriBiDi )

14
INSTALL
View file

@ -9,13 +9,13 @@ Contents:
You'll need to have these libraries and their development headers to build Wesnoth:
boost_iostreams >= 1.35.0
boost_regex >= 1.35.0
boost_serialization >= 1.35.0
boost_asio >= 1.35.0
boost_program_options >= 1.35.0
boost_system >= 1.35.0
boost_thread >= 1.35.0
boost_iostreams >= 1.36.0
boost_regex >= 1.36.0
boost_serialization >= 1.36.0
boost_asio >= 1.36.0
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.14.8
libsdl >= 1.2.7