diff options
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | README.txt | 6 |
3 files changed, 17 insertions, 4 deletions
@@ -12,13 +12,17 @@ THE MANA PLUS CLIENT Development team: - See AUTHORS file for a list - Powered by: + Dependencies: - 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) + + Optional dependencies: + + - gettext (translations) - PhysFS (not used by default) Additiona run time deps: @@ -17,14 +17,19 @@ Doxygen: [![doxygen](https://img.shields.io/badge/Docs-Doxygen/manaplus-blue.svg ### Development team: - See [AUTHORS](AUTHORS) file for a list -### Powered by: +### 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) - [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) + +#### Optional dependencies: + + - [gettext](https://www.gnu.org/software/gettext/) (translations) + + - [PhysFS](https://icculus.org/physfs/) ### Additional run time deps: - xsel (for clipboard access, used only in SDL 1.2) diff --git a/README.txt b/README.txt index f992182f0..8e42ced94 100644 --- a/README.txt +++ b/README.txt @@ -12,13 +12,17 @@ THE MANA PLUS CLIENT Coverage: http://stats.manaplus.org/gcov/gcc-6.html
Doxygen: http://stats.manaplus.org/docs/index.html
- Powered by:
+ Dependencies:
- 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)
+
+ Optional dependencies:
+
+ - gettext (translations)
- PhysFS (not used by default)
Additiona run time deps:
|