Add info about the new boost regex dependency.
This commit is contained in:
parent
430176e0b1
commit
af264fd273
3 changed files with 5 additions and 0 deletions
1
INSTALL
1
INSTALL
|
@ -9,6 +9,7 @@ You'll need to have these libraries (with equivalent devel versions) to build We
|
|||
libfreetype2
|
||||
libz
|
||||
boost_iostreams >= 1.33.0
|
||||
boost_regex >= 1.33.0
|
||||
|
||||
Recommended (can be deactivated via ./configure --disable-python):
|
||||
python2.4
|
||||
|
|
|
@ -11,3 +11,6 @@ is making sure that spelling/grammer/whatever is usable and that you are using
|
|||
The release team should empty this file after each release.
|
||||
|
||||
|
||||
|
||||
Notes for packagers (not sure whether needed in normal notes as well)
|
||||
* We now depend on boost_regex >= 1.33.0
|
||||
|
|
|
@ -11,6 +11,7 @@ Version 1.5.0-svn:
|
|||
set stats for roads.
|
||||
* miscellaneous and bug fixes:
|
||||
* remove an ancient wml update program which has been obsoleted by wmllint
|
||||
* added the boost regex dependency
|
||||
|
||||
Version 1.4:
|
||||
* language and i18n:
|
||||
|
|
Loading…
Add table
Reference in a new issue