BurgerSpace - A BurgerTime(TM) clone.

Copyright (C) 2001-2007 Pierre Sarrazin <http://sarrazip.com/>
This program is free software distributed under the GNU GPL.
See the file COPYING.

INSTALLATION

    The program requires my `flatzebra' library and the Simple
    DirectMedia Layer multimedia library, version 1.2.0 or later
    (see http://www.libsdl.org/).  Links to both are offered on the
    BurgerSpace Home Page at

        http://sarrazip.com/dev/burgerspace.html

    If you want to have highscores then:

        # touch /var/games/burgerspace.scores
        # chmod g+w /var/games/burgerspace.scores
        # chgrp group_that_will_be_able_to_save_highscores /var/games/burgerspace.scores

    Only people in the group "group_that_will_be_able_to_save_highscores"
    will be able to save highscores. Usualy everybody is member of the
    "users" group. That means

        # chgrp users /var/games/burgerspace.scores

    should allow all users to save highscores. Mind you, there is no
    file locking in place, which means that only one user at a time
    will be able to save his high scores.

    See INSTALL for generic installation instructions.

    This package installs a manual page: burgerspace(6).

