summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-06 18:54:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-06 18:54:03 +0300
commit03d9b3171ac572846e3ac6e6c91355433a9e8f46 (patch)
treee05464801f06744a1751aebef5577de51eabf86f
parentd9abe7af4aeee363d75d073b6eafd019ce610d87 (diff)
downloadplus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.tar.gz
plus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.tar.bz2
plus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.tar.xz
plus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.zip
Add tinyxml2 into readmes.
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--README.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 97a404814..8bb797acb 100644
--- a/README
+++ b/README
@@ -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)
diff --git a/README.md b/README.md
index 86d254de0..a3426f1a1 100644
--- a/README.md
+++ b/README.md
@@ -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)