Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.13 KB

Plurk plugin for Choqok

This is a [Choqok] (http://choqok.gnufolks.org/) plugin for [Plurk] (http://www.plurk.com/).

Screenshots

screenshot1 screenshot2

Installation

Requirements to build

  • CMake 2.6
  • KDE 4 library Development packages! (On (K)Ubuntu/Debian it's kdelibs5-dev)
  • QJSon library (Development packages)
  • QOAuth library (Development packages)
  • QCA2 library (Development packages)
  • Choqok

How To Build The Project

cd choqok-plurk
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install OR su -c 'make install'

Uninstall the project

make uninstall or su -c 'make uninstall'

Developed By

License

Licensed under the GNU General Public License(GPL), version 2.