[kopete-bugs] [Bug 183027] another change of the protocol

Roman Jarosz kedgedev at centrum.cz
Wed Feb 4 15:09:15 CET 2009


http://bugs.kde.org/show_bug.cgi?id=183027





--- Comment #8 from Roman Jarosz <kedgedev centrum cz>  2009-02-04 15:09:14 ---
First you will need to install devel/dev packages for libraries listed here
http://kopete.kde.org/buildtips.php

Then do this:
svn co -N svn://anonsvn.kde.org/home/kde/branches/KDE/4.2/kdenetwork
cd kdenetwork
svn up kopete cmake
mkdir ../kdenetwork-build
cd ../kdenetwork-build
cmake -DCMAKE_BUILD_TYPE=Debug ../kdenetwork
make
sudo make install (sudo may not be necessary)

------------------------------------------
before executing "make" change
const unsigned char ICQ_TCP_VERSION     = 0x0008;
to 
const unsigned char ICQ_TCP_VERSION     = 0x0009;
in file kdenetwork/kopete/protocols/oscar/liboscar/oscartypes.h


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list