File: INSTALL

package info (click to toggle)
bastet 0.43-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 316 kB
  • sloc: cpp: 1,544; makefile: 63; sh: 44
file content (16 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==Prerequisites==
Boost (libboost-dev), ncurses (libncurses-dev).

"make" creates an executable file called "bastet", that's all you need to run the program. 
Optionally, for system-wide high scores, you may want to create an empty "/var/games/bastet.scores2" file, and make sure that is writable to the bastet executable.

Simplest way to create system-wide high scores under any Linux distro that has a "games" groups:

cd the-directory-in-which-you-found-this-file
make
cp bastet /usr/local/bin
chgrp games /usr/local/bin/bastet
chmod g+s /usr/local/bin/bastet
touch /var/games/bastet.scores2
chgrp games /var/games/bastet.scores2
chmod 664 /var/games/bastet.scores2