mtux / choqok

A KDE 4 Twitter Client. From 2008 Dec 17 moved to KDE trunk playground repository!

This URL has Read+Write access

mtux (author)
Wed Dec 17 00:39:19 -0800 2008
commit  f60e380503d4f6aae2a2d2a89b6690ae0988e4df
tree    d3102fdb5e3744c4c6deca4362d4cb3fd9639a1b
parent  b48c5163fd44053801d58cc4032e0786bc23081a
choqok /
name age message
file CMakeLists.txt Loading commit data...
file README
directory icons/
directory src/
README
----- choqoK ------
A KDE 4 Twitter client.

Author:
  Mehrdad Momeny <mehrdad.momeny[AT]gmail.com>

Requirements to build:
     CMake 2.6
     KDE 4 library Development packages! (On Ubuntu is kdelibs5-dev)

Project source code moved to KDE playground.

How To get latest snapshot and Build The Project
-=-=-=-=-=-=-=-=-=-=-=-=-=
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/network/choqok choqok
cd choqok
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..      <- do not forget the ..
make
sudo make install OR su -c 'make install'

to uninstall the project:
make uninstall or su -c 'make uninstall'