1
2Most people should be able to do:
3
4  ./configure
5  make
6
7As root,
8  make install
9
10or if your system supports sudo:
11  sudo make install
12
13
14If you do not want install the game, you can run it in place:
15  ./configure --datadir=`pwd`
16and start it with:
17  src/xgalaga-sdl
18
19
20
21