diff options
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | README.txt | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,7 @@ THE MANA PLUS CLIENT - SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx - libxml2 or pugixml (XML parsing and writing) - libcurl (HTTP downloads) + - libpng (save screenshots) - zlib (Archives) - PhysFS (not used by default) @@ -22,6 +22,7 @@ Doxygen: [![doxygen](https://img.shields.io/badge/Docs-Doxygen/manaplus-blue.svg - [SDL](http://libsdl.org/), SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx - [libxml2](http://xmlsoft.org/) or [pugixml](http://pugixml.org/) (XML parsing and writing) - [libcurl](http://curl.haxx.se/) (HTTP downloads) + - [libpng](http://www.libpng.org/) (save screenshots) - [zlib](http://zlib.net/) (Archives) - [PhysFS](https://icculus.org/physfs/) (not used by default) diff --git a/README.txt b/README.txt index 56f821a1f..f992182f0 100644 --- a/README.txt +++ b/README.txt @@ -17,6 +17,7 @@ THE MANA PLUS CLIENT - SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- libxml2 or pugixml (XML parsing and writing)
- libcurl (HTTP downloads)
+ - libpng (save screenshots)
- zlib (Archives)
- PhysFS (not used by default)
|