Project uses libraries:
=========================================================================
	Qt4 (GNU GPL v.2)
	gd  (http://www.boutell.com/gd/manual2.0.33.html#notice)

You will also need some truetype fonts in your /usr/share/fonts/TTF
directory.

Installation:
=========================================================================
Make sure that directory which contains qmake is in your $PATH variable.

$ cd src
$ qmake
$ make
$ su
# make install

This is version 0.2.1 (beta) and contains some debugging info. 
Feel free to report any bugs to kazjote<kazjote@stud.ics.p.lodz.pl>.

Building under windows
=========================================================================
If you want to build this application under windows you will need to 
download gd binary version and copy to the src directory all header files
and libgd.a from gd distribution. Also delete fim.pro and rename 
fim.pro.win to fim.pro.

   :-\ cd src
   :-\ qmake

Now edit Makefile.release and add DEFINES flag: -DWIN32. Than run:

   :-\ make

GOOD LUCK ;)
