pouët.net

xa-002: scratch by xAngle [web]

                                     xAngle
                                xa-002: Scratch
                             Party release, 2003-06-28

xa-002: Scratch was released at Remedy Scenezone 2003. It's the second demo
production by the xAngle crew.

The xAngle Crew: http://xangle.cjb.net
Remedy 2003:     http://www.remedy.nu/R2003/scene_us

The xAngle Crew
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Name:           Nick:     Contrib:
Anders Asplund  damnter   Code, Graphics, Concept art
Joakim Kolsjö   trejs     Code, Project management

Other people
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Name:           Nick:     Contrib:
Per Borgman               Music

Running xa-002
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GNU/Linux:
Enter the bin directory, 'cd bin' and run xa-002 by typing
'./xa-002-scratch'. If you don't have the GTK2 libs installed
type './xa-002-scratch-nogtk'.

Compiling in GNU/Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enter the src directory, 'cd src' and then type 'make'. Run xa-002 by
typing './xa-002'.

Compiling without the GTK launcher in GNU/Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Edit src/Makefile and change this line:
  GTKLIB = `pkg-config --libs gtk+-2.0`
into:
  #GTKLIB = `pkg-config --libs gtk+-2.0`

Edit src/basecode/Makefile and change this line:
  GTKDEF = -DUSE_GTK
into:
  #GTKDEF = -DUSE_GTK