SContact is a personal contact manager written in Qt
################ INSTALLATION ##################
Before installing you must have
qt4-gui
qt4-core
qde core api (if you configure scontact with --std flag)
to install it just run
./configure
if you want to use qde standard library (libqde.so) run:
./configure --std
now, continue with installation
cd src
make
make install
NOTE: see ./configure --help for more options
############ FOR TESTERS ##############
to download currently development version do,
git clone git://git.code.sf.net/p/scontact/code scontact-code
this version can be only found in git.
############ UNINSTALLING ############
to uninustall SContact goto src directory and do,
make uninstall
################ REPORT BUGS ##############
Help to scontact be better by reporting bugs to https://sourceforge.net/p/scontact/tickets/