diff options
Diffstat (limited to 'libtdegames/highscore/INSTALL')
-rw-r--r-- | libtdegames/highscore/INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libtdegames/highscore/INSTALL b/libtdegames/highscore/INSTALL new file mode 100644 index 00000000..5f9116cf --- /dev/null +++ b/libtdegames/highscore/INSTALL @@ -0,0 +1,12 @@ +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). |