yuntan / Aztter

twitter client for PC and Android devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aztter (twitter client)

Twitter client for PC and android devices

To Build this software requires Qt5.2 and perl

Build

1. Install twitter4qml

  1. git clone https://github.com/yuntan/twitter4qml.git
  2. cd twitter4qml
  3. perl C:\Qt\5.2.0\mingw48_32\bin\syncqt.pl -version 0.1.0
  4. qmake
  5. make or mingw32-make
  6. make install or mingw32-make install

2. Build Aztter

  1. git clone https://github.com/yuntan/Aztter.git
  2. cd Aztter
  3. qmake
  4. make
  5. ./aztter

Build for Android

1. Install twitter4qml

  1. cd twitter4qml
  2. perl C:\Qt\5.2.0\mingw48_32\bin\syncqt.pl -version 0.1.0
  3. qmake -spec android-g++
  4. make or mingw32-make
  5. make install or mingw32-make install

(Open twitter4qml.pro with Qt Creator and build, then make install in build directory is easy way)

2. Build Aztter

Open aztter.pro with Qt Creator, select kit(android), and run.

About this software

This software is distributed under the MIT License.

The following are used
Qt5.2 LGPL
twitter4qml
UnionModel (from QNeptunea Project)

About

twitter client for PC and Android devices

License:MIT License


Languages

Language:C++ 87.8%Language:JavaScript 7.5%Language:IDL 4.7%