KMerlin has moved to the new project page.
http://sourceforge.net/projects/kmerlin
You will found the latest release on this site
Olaf
KMerlin 0.3.1 has just released!
This contains a bug fix for the missing icons
Olaf
KMsn 0.2.1 was just released!
This version requires libkmsn 0.2
Hi,
Some people had problems to compile and install KMsn-0.2. Here's a small description how to install it.
1. Set the necessary compiler environment: ( I use Suse7.0 settings, so you must change it to you own)
export QTDIR=/usr/lib/qt2
export KDEDIR=/opt/kde2
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
At first you must install libkmsn
./configure --prefix=$KDEDIR
make
su
make install... read more
KMsn 0.2 was just released.
This version requires libkmsn version 0.1
New features in this version:
Multiple chat windows
Message acknowledgement
Olaf