summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-24 21:05:13 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-24 21:05:13 +0300
commit6ecc6b87f52f3ae4f941a9e5b5a2ea854ebcf379 (patch)
treedf6c11a207dbede93b3dcb2c8049d2924bc14af2 /README.md
parent0d59961f707234cf6f922ef437c02124f7b92da4 (diff)
downloadplus-6ecc6b87f52f3ae4f941a9e5b5a2ea854ebcf379.tar.gz
plus-6ecc6b87f52f3ae4f941a9e5b5a2ea854ebcf379.tar.bz2
plus-6ecc6b87f52f3ae4f941a9e5b5a2ea854ebcf379.tar.xz
plus-6ecc6b87f52f3ae4f941a9e5b5a2ea854ebcf379.zip
Add gettext into readmes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index a5ec32ee6..85fecd434 100644
--- a/README.md
+++ b/README.md
@@ -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)