Mentioned the dependencies for enabling desktop notifications.
This commit is contained in:
parent
5a2780fc37
commit
0cde553dd3
2 changed files with 10 additions and 0 deletions
5
INSTALL
5
INSTALL
|
@ -22,6 +22,11 @@ You'll need to have these libraries (with equivalent devel versions) to build We
|
|||
libsdl-ttf >= 2.0.8
|
||||
libz
|
||||
|
||||
These libraries are optional dependencies that unlock additional features:
|
||||
|
||||
gtkmm-2.4 >= 2.8.0 (needed by libnotifymm)
|
||||
libnotifymm-1.0 (used for desktop notifications)
|
||||
|
||||
There are currently three ways to build wesnoth:
|
||||
* The old autotools system
|
||||
* scons >= 0.98.3
|
||||
|
|
|
@ -28,6 +28,11 @@ Legend of Wesmere before the latter was added to mainline.
|
|||
|
||||
***
|
||||
|
||||
The game now supports desktop notifications. They are enabled at configure
|
||||
time if the build system detects the availability of gtkmm and libnotifymm.
|
||||
|
||||
***
|
||||
|
||||
REPLACE ME WITH CONTENT...
|
||||
|
||||
***
|
||||
|
|
Loading…
Add table
Reference in a new issue