Taruli project is a classic game of concentration.
Taruli' is another version of the Concentration game. A little game inspired me by AmigaTration.
Requirements:
· Qt 3.0.x library (Qt >= 3.0.5 is highly recommended)
· Qt developement packages (or equivalent), containing Qt include files.
· You have to export the QTDIR environment variable accordingly to the directory where Qt libs are installed.
e.g.
# export QTDIR=/usr/lib/qt3
Installing
$ tar xzvf taruli-x-y.tar.gz # untar and gunzip
$ cd ./taruli/ # change to source directory
$ qmake # generate the Makefile
$ make # compile...
$ su -c "make install" # install
(root password)
What's New in This Release:
· taruli.pro: thread qt library to solve some building problems