diff options
Diffstat (limited to 'games/zangband/files/MESSAGE.in')
-rw-r--r-- | games/zangband/files/MESSAGE.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/zangband/files/MESSAGE.in b/games/zangband/files/MESSAGE.in new file mode 100644 index 0000000..b9dfd64 --- /dev/null +++ b/games/zangband/files/MESSAGE.in @@ -0,0 +1,15 @@ + ============================================================================ + To reduce the number of term windows opened, use -n: + %%PREFIX%%/%%ANGBANDBIN%% -- -n2 + + The binary will changed its owner to 'games:games' and added SETGID bit. + Then players can record their score to public score files. + You can set fonts by using environment variables such as ANGBAND_X11_FONT, + ANGBAND_X11_FONT_1 (the number represents sub-window id), + ANGBAND_X11_KFONT (for kanji support), etc. + + WARNING! + You now have the following world-writable (mode 1777) directories: + %%PREFIX%%/%%ANGBANDLIB%%/save + %%PREFIX%%/%%ANGBANDLIB%%/user + ============================================================================ |