Hotot is still in its beta but it’s already the favorite twitter client for many. While it is undergoing rapid development, its release cycle is very slow. The following commands let you download the latest source code and build them in Fedora.
Install development libraries:
yum install gcc-c++ qt-devel qtwebkit-devel cmake intltool python-keybinder pywebkitgtkClone Hotot:
git clone git://github.com/lyricat/Hotot.gitBuild Hotot:
cd Hotot
mkdir build
cd build
cmake ..
make
sudo make install