diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-15 04:12:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-15 04:51:22 +0300 |
commit | d3678e8cc50089651040c2cfd5c89ede472a2f79 (patch) | |
tree | 41bd5a152e8b606e305450bbc85c9809877b045b /README.txt | |
parent | 9207e3aed03053e89c8d859438a44de1aa201f54 (diff) | |
download | mv-d3678e8cc50089651040c2cfd5c89ede472a2f79.tar.gz mv-d3678e8cc50089651040c2cfd5c89ede472a2f79.tar.bz2 mv-d3678e8cc50089651040c2cfd5c89ede472a2f79.tar.xz mv-d3678e8cc50089651040c2cfd5c89ede472a2f79.zip |
Mark in readme physfs as optional deps.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|