Qt Ballit 0.1 b install instructions


In order to compile just run "make" in the top directory.

No "configure" script or "make install" for now.

Place the executable where You like; copy or link the *.qm language files and *.htm help files into Your Home 
directory.

That's all.

In order to compile and run Qtballit, Qt-3.3.1 or newer is needed. 

If you have an older version of Qt installed and during compilation appears an error message complaining about
the fact that the .ui files were generated with a version of Qt that's too old it's still possible to fix that
in this way:

1) ensure that you have the Qt development tools installed: open a terminal and launch the command "designer"
  

[pippo@myhome pippo]$	designer


If the command cannot be executed  (bash: designer: command not found)  this means:

	a)-designer is not on your PATH. Find it by typing "slocate designer" in order to discover
	  if the Qt toolkit is installed somewhere.
	b)-the Qt toolkit is not installed. Please look into your linux distribution's CD's and install
	   the qt-devel package. It's a good idea to upgrade to v. 3.3.1 or newer. If you decide to upgrade
	   it's unnecessary to follow the next step (Steve Jobs won't be glad;-))

2) in the designer open the file "Qtballit.pro". This will open the project. save all the files in the project,
 so that they'll become compatible with your version of qt. Do "make clean" and "make".


That's all for now. If You get stuck with something please feel free to contact me 
(mailto:jagerhans@tiscali.it)
