summaryrefslogtreecommitdiffstats
path: root/libkdegames/highscore/INSTALL
blob: a16fa57d6d42561b292d4ebf7131981597457e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Installation notes for the highscore files ; this is only relevant if you
configured libkdegames 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).