mtux / choqok
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit f60e380503d4f6aae2a2d2a89b6690ae0988e4df
tree d3102fdb5e3744c4c6deca4362d4cb3fd9639a1b
parent b48c5163fd44053801d58cc4032e0786bc23081a
tree d3102fdb5e3744c4c6deca4362d4cb3fd9639a1b
parent b48c5163fd44053801d58cc4032e0786bc23081a
choqok /
| name | age | message | |
|---|---|---|---|
| |
CMakeLists.txt | ||
| |
README | ||
| |
icons/ | ||
| |
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'
