summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-15 04:12:25 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-15 04:51:22 +0300
commitd3678e8cc50089651040c2cfd5c89ede472a2f79 (patch)
tree41bd5a152e8b606e305450bbc85c9809877b045b
parent9207e3aed03053e89c8d859438a44de1aa201f54 (diff)
downloadplus-d3678e8cc50089651040c2cfd5c89ede472a2f79.tar.gz
plus-d3678e8cc50089651040c2cfd5c89ede472a2f79.tar.bz2
plus-d3678e8cc50089651040c2cfd5c89ede472a2f79.tar.xz
plus-d3678e8cc50089651040c2cfd5c89ede472a2f79.zip
Mark in readme physfs as optional deps.
-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 c618735de..105199f74 100644
--- a/README
+++ b/README
@@ -14,9 +14,9 @@ THE MANA PLUS CLIENT
- SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- libxml2 or pugixml (XML parsing and writing)
- - PhysFS (Data files)
- libcurl (HTTP downloads)
- zlib (Archives)
+ - PhysFS (not used by default)
Additiona run time deps:
- xsel (for clipboard access, used only in SDL 1.2)
diff --git a/README.md b/README.md
index a0a395710..fb585d5da 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@ Travis: [![build status](https://travis-ci.org/ManaPlus/ManaPlus.svg?branch=mast
- [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)
- - [PhysFS](https://icculus.org/physfs/) (Data files)
- [libcurl](http://curl.haxx.se/) (HTTP downloads)
- [zlib](http://zlib.net/) (Archives)
+ - [PhysFS](https://icculus.org/physfs/) (not used by default)
### Additional run time deps:
- xsel (for clipboard access, used only in SDL 1.2)
diff --git a/README.txt b/README.txt
index 32207df2a..a7db15d66 100644
--- a/README.txt
+++ b/README.txt
@@ -14,9 +14,9 @@ THE MANA PLUS CLIENT
- SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
- libxml2 or pugixml (XML parsing and writing)
- - PhysFS (Data files)
- libcurl (HTTP downloads)
- zlib (Archives)
+ - PhysFS (not used by default)
Additiona run time deps:
- xsel (for clipboard access, used only in SDL 1.2)