Basic Installation
==================


The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `qmake' to configure the package for your system and to create the
     Makefiles. qmake can be found in the bin directory of your Qt
     installation. You may have to add the directory to your PATH before
     running it.

  2. Type `make' to compile the package. If an error about a missing
     tr1/memory header occours, please edit src/utils.h and uncomment 
     line 29
	// #define QTPOD_USE_BOOST_SHAREDPTR 1
     This will enable usage of the boost:shared_ptr implementation - you'll
     need to install the boost lib if you haven't already.

  3. Type `make install' to install the programs and any data files and
     documentation.

  4. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.

  5. To create binary packages you can use the included spec file with
     rpmbuild -ba  --define '_topdir <path to your build environment>' libqtpod.kdevelop.spec
