diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-30 20:32:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-30 20:32:59 +0300 |
commit | d4d588a10e37bcd0f8653e697952f21602b8d0e9 (patch) | |
tree | 41014041ef975e579f8c5403f2c29f7b1bac89b7 | |
parent | 2cea89569090ea5d9a6fb2bc39fbe2af631489d3 (diff) | |
download | plus-d4d588a10e37bcd0f8653e697952f21602b8d0e9.tar.gz plus-d4d588a10e37bcd0f8653e697952f21602b8d0e9.tar.bz2 plus-d4d588a10e37bcd0f8653e697952f21602b8d0e9.tar.xz plus-d4d588a10e37bcd0f8653e697952f21602b8d0e9.zip |
add info about run time deps into README file.
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.txt | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -14,6 +14,10 @@ THE MANA PLUS CLIENT - libcurl (HTTP downloads) - zlib (Archives) + Additiona run time deps: + - xsel (for clipboard access, used only in SDL 1.2) + - xdg-open (from xdg-utils, for open url in browser) + 0. Index -------- @@ -131,5 +135,5 @@ If you're having issues with this client, feel free to report them to us. You can report on forum http://forums.themanaworld.org/viewforum.php?f=12 or IRC on irc.freenode.net in the #manaplus channel. -If you have feedback about a specific game that uses the Mana client, be sure +If you have feedback about a specific game that uses the ManaPlus client, be sure to contact the developers of the game instead. diff --git a/README.txt b/README.txt index 71105e910..5c6c91b85 100644 --- a/README.txt +++ b/README.txt @@ -14,6 +14,10 @@ THE MANA PLUS CLIENT - libcurl (HTTP downloads)
- zlib (Archives)
+ Additiona run time deps:
+ - xsel (for clipboard access, used only in SDL 1.2)
+ - xdg-open (from xdg-utils, for open url in browser)
+
0. Index
--------
@@ -131,5 +135,5 @@ If you're having issues with this client, feel free to report them to us. You can report on forum http://forums.themanaworld.org/viewforum.php?f=12
or IRC on irc.freenode.net in the #manaplus channel.
-If you have feedback about a specific game that uses the Mana client, be sure
+If you have feedback about a specific game that uses the ManaPlus client, be sure
to contact the developers of the game instead.
|