 __________________________________
|\________________________________/d
| |                              |o8
| |  PPPPPPPP AAAAAAAA GGGGGGGG  |88
| |  PPP  PPP AAA  AAA GGG       |88
| |  PPPPPPPP AAAAAAAA GGG GGGG  |88            per pancake@phreaker.net
| |  PPP      AAA  AAA GGG  GGG  |88
| |  PPP      AAA  AAA GGGGGGGG  |88
| |______________________________|88
|/d8888888888888888888888888888888\8

       -----------------------
         Portable Arcade Game
       -----------------------

I supose that README file makes you come to here :)

You have different methods to install pag on your Linux box.

 - Just compile.

 - Compile & Install binaries and documentation (needs root UID)


-------------
 NEEDED TO COMPILE

 Well, I'm a good boy, and I didn't crash any dish but make script
 show me errors on compile.

 - The main things that you need are simple ones.
   - gcc (of course, you need the GNU C Compiler)
   - make (that's optional...but could be useful)
 - Libraries & development-libraries
   - ncurses (That's needed to compile & execute the pag game)
   - aalib (That's needed to compile & run the pag intro)
   


-------------


 The first one is the easy one (you could have less problems.
 You only have to type on your terminal:
   $ make compile
 This command will compile the PAG source and will let you the
 binaries on ./bin directory.

 If you decide for the second you must be root, because this method will
 compile the PAG code and then will copy
    + binaries on ${PREFIX}/bin
    + documentation on ${PREFIX}/share/doc/pag
    + example maps on ${PREFIX}/share/pag/levels

--------------

Easy start

If you want to play you must execute pag with any file map or level
directory as first argument. For example:

 $ pwd
  $HOME/pag/
 $ ./bin/pag maps

That's all! easy way. :)
