ncb000gt / choqok
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 6e8700bd98a9742d38ff493dd447f0804497ad26
tree f51a10fdedd5079cfbd8d8ec1d39d17767a1d784
parent b2c37e1faec57e0a4e1c9b3ddb5b1be932d7188b
tree f51a10fdedd5079cfbd8d8ec1d39d17767a1d784
parent b2c37e1faec57e0a4e1c9b3ddb5b1be932d7188b
choqok /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
AUTHORS | ||
| |
CMakeLists.txt | ||
| |
COPYING | ||
| |
Messages.sh | ||
| |
README | ||
| |
TODO | ||
| |
changelog | ||
| |
choqok.patch | ||
| |
choqok.spec | ||
| |
choqok/ | ||
| |
helperlibs/ | ||
| |
icons/ | ||
| |
libchoqok/ | ||
| |
microblogs/ | ||
| |
plugins/ |
README
Choqok
KDE Micro-Blogging client,
Currently supports Identi.ca and Twitter.com
Author:
Mehrdad Momeny <mehrdad.momeny[AT]gmail.com>
License:
GNU GPL v3
Requirements to build:
CMake 2.6
KDE 4 library Development packages! (On (K)Ubuntu/Debian it's kdelibs5-dev)
You need GNU GetText to compile translations. (If you don't want them, just remove "po" directory)
How To Build The Project
-=-=-=-=-=-=-=-=-=-=-=-=-=
cd choqok
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install OR su -c 'make install'
to uninstall the project:
make uninstall or su -c 'make uninstall'
Feel free to email me.

