nilsding / Hotot

Not A Twitter Client

Home Page:http://hotot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotot

Hotot is a "Lightweight, Flexible Microblogging Client" supporting Twitter and Identi.ca at this point of development. You may visit our official website at http://hotot.org/ . Check it out for any updates on Hotot.

Building from source:

Since Hotot core is largely based on HTML5, JavaScript and Webkit technology, It can be run under many Webkit implementations. Hotot officially supports Qt.

Dependencies:

Common Requirements:

  • cmake
  • intltool

Qt Wrapper:

  • Qt6

On Ubuntu 11.10 all of these resources are available in the standard repositories.

# apt-get install libqt4-dev cmake intltool

$ cd {source-directory}
$ mkdir build
$ cd build
$ cmake ..
$ make

Install as root:

# make install

This will install Hotot in the default prefix: /usr/local, in order to change to a different prefix, use: -DCMAKE_INSTALL_PREFIX=/prefix/you/want

By default qt will be built.

The following options can be applied, with On/Off as value.

  • -DWITH_QT build qt version (program name: hotot-qt)

About

Not A Twitter Client

http://hotot.org

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 73.2%Language:HTML 10.0%Language:CSS 7.9%Language:C++ 5.8%Language:CoffeeScript 1.4%Language:CMake 1.0%Language:Python 0.5%Language:C 0.2%Language:Batchfile 0.0%