diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README.txt | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ THE MANA PLUS CLIENT Dependencies: - SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx - - libxml2 or pugixml (XML parsing and writing) + - libxml2 or pugixml or tinyxml2 (XML parsing and writing) - libcurl (HTTP downloads) - libpng (save screenshots) - zlib (Archives) @@ -24,7 +24,7 @@ Doxygen: [![doxygen](https://img.shields.io/badge/Docs-Doxygen/manaplus-blue.svg ### Dependencies: - [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) + - [libxml2](http://xmlsoft.org/) or [pugixml](http://pugixml.org/) or [tinyxml2](http://www.grinninglizard.com/tinyxml2/) (XML parsing and writing) - [libcurl](http://curl.haxx.se/) (HTTP downloads) - [libpng](http://www.libpng.org/) (save screenshots) - [zlib](http://zlib.net/) (Archives) diff --git a/README.txt b/README.txt index 6ad6b0b22..f7e9e5a4b 100644 --- a/README.txt +++ b/README.txt @@ -17,7 +17,7 @@ THE MANA PLUS CLIENT Dependencies:
- SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- - libxml2 or pugixml (XML parsing and writing)
+ - libxml2 or pugixml or tinyxml2 (XML parsing and writing)
- libcurl (HTTP downloads)
- libpng (save screenshots)
- zlib (Archives)
|