diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-06 18:54:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-06 18:54:03 +0300 |
commit | 03d9b3171ac572846e3ac6e6c91355433a9e8f46 (patch) | |
tree | e05464801f06744a1751aebef5577de51eabf86f /README.md | |
parent | d9abe7af4aeee363d75d073b6eafd019ce610d87 (diff) | |
download | manaplus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.tar.gz manaplus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.tar.bz2 manaplus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.tar.xz manaplus-03d9b3171ac572846e3ac6e6c91355433a9e8f46.zip |
Add tinyxml2 into readmes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |