You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/libkdegames/highscore/INSTALL

13 lines
613 B

Installation notes for the highscore files ; this is only relevant if you
configured libtdegames with option --enable-highscore-dir=DIR (usually DIR is
/var/games) for using system-wide highscore files.
For each game using the highscore system :
- the game executable "mygame" should be installed sgid "games"
- an empty file "mygame.scores" should be created in the directory pointed by
the configuration option. It should be owned by group "games" with read and
write permissions and should -not- be world readable (since it can contains
possibly sensitive information associating username with game usage).