Warning, /network/choqok/README is written in an unsupported language. File is not indexed.

0001     Choqok
0002 KDE Micro-Blogging client,
0003 Currently supports Pump.io, GNU Social, Friendica, Mastodon and Twitter.
0004 
0005 Authors:
0006     Mehrdad Momeny <mehrdad.momeny[AT]gmail.com>
0007     Andrey Esin <gmlastik[AT]gmail.com>
0008     Andrea Scarpino <scarpino[AT]kde.org>
0009 
0010 License:
0011     GNU GPL v2 or v3 or Later
0012 
0013 Requirements to build:
0014      CMake 2.8.12
0015      Qt 5.9
0016      KDE Frameworks libraries 5.6
0017      QCA2-Qt5 library
0018 
0019 How To Build The Project
0020 -=-=-=-=-=-=-=-=-=-=-=-=-=
0021 $ cd choqok-src-root-dir [It's choqok-VERSION]
0022 $ mkdir build
0023 $ cd build
0024 $ cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ..
0025 $ make
0026 $ sudo make install OR su -c 'make install'
0027 
0028 to uninstall the project:
0029 $ make uninstall or su -c 'make uninstall'
0030 
0031 
0032 Feel free to email us.