motorscript.com

Compiling Hotot from latest source in Fedora

Published:
Updated:
Note: This is an archived post. Information may not be relevant now.

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 pywebkitgtk

Clone Hotot:

git clone git://github.com/lyricat/Hotot.git

Build Hotot:

cd Hotot
mkdir build
cd build
cmake ..
make
sudo make install