update RELEASE_NOTES to contain the resolution of the BFS saga

This commit is contained in:
Chris Beck 2014-11-03 19:00:08 -05:00
parent d34a1bf9ad
commit 3a32e1e098

View file

@ -40,14 +40,16 @@ Revised dependencies:
[list]
[*]SDL_mixer version ticked to 1.2.12
[*]Boost filesystem (new), at version 1.44.
[*]Boost filesystem (new)
[*]Boost locale (new)
[*]Libintl no longer required.
[/list]
On Windows only, Boost filesystem is needed at version 1.48, for boost::locale.
Boost locale is only available at boost version 1.48, so that is now the minimum boost version for the project
The boost filesystem dep may be disabled, if compiling with scons, by passing it an argument. Then it will compile using the legacy filesystem code. (This may not be maintained in the long term, however.)
The boost filesystem & locale dep may be disabled, if compiling with scons, by passing it an argument. Then it will compile using the legacy filesystem code, and use libintl. (This may not be maintained in the long term, however.)
(The new SDL_mixer requirement cannot be similarly disabled.)
The new SDL_mixer requirement can be similarly disabled by simply using the older version, and the C++ will detect this and use the old code. However this will result in a mix of old and new filesystem code being compiled, so be warned.
For those of you compiling Wesnoth on OS X using Xcode, this means that you need to download a new version of wesnoth_compile_mac_1.13.zip.
[/section]