Qwitik is a Twitter client written in Qt4.
How to build:
1. mkdir build && cd ./build
2. Build and install QTwitLib library: NOTE: Use source code only from trunk.
* svn checkout http://twitlib.googlecode.com/svn/trunk/ ./qtwitlib
* cd ./qtwitlib/ && qmake && make
* cp -l ./release/libQTwitLib* /usr/lib/
3. Build Qwitik:
* cd ../
* svn checkout http://qwitik.googlecode.com/svn/tags/[change to qwitik last version number] ./qwitik
* cd ./qwitik/ && qmake && make
4. Now you can run Qwitik by execut ./bin/qwitik
Product's homepage
Requirements:
· Qt