We are now using qmake for building Attal.

For using qmake you must be sure that the environment variables QMAKESPEC and QTDIR are correctly sets. 
For more information, read the documentation given with qt about qmake.

Note that you will need to have (at least) qt 3.x installed (lib and include files).
Note that I use gcc 3.2.2 and I haven't tested with other compilers.

Now, do the following steps:
$ qmake -o Makefile Makefile.pro
$ make

Well, evrything should be ok now.
You can launch :
- the client:
	$ ./attal-client &
- the server:
	$ ./attal-server &
- the ia-client:
	$ ./attal-ai &
- the scenario editor:
	$ ./scenario-editor &
- the theme editor:
	$ ./theme-editor &

You can edit config.pro for setting some global options (for example compiling in static if you got problem with dynamic libs).

If you have some problems for compiling it, you can read INSTALL.Debian
which relates a user experience for compiling it on Debian...
