File: README

package info (click to toggle)
choqok 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 9,556 kB
  • sloc: cpp: 26,332; xml: 670; makefile: 12; sh: 3
file content (32 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
    Choqok
KDE Micro-Blogging client,
Currently supports Pump.io, GNU Social, Friendica, Mastodon and Twitter.

Authors:
    Mehrdad Momeny <mehrdad.momeny[AT]gmail.com>
    Andrey Esin <gmlastik[AT]gmail.com>
    Andrea Scarpino <scarpino[AT]kde.org>

License:
    GNU GPL v2 or v3 or Later

Requirements to build:
     CMake 2.8.12
     Qt 5.9
     KDE Frameworks libraries 5.6
     QCA2-Qt5 library

How To Build The Project
-=-=-=-=-=-=-=-=-=-=-=-=-=
$ cd choqok-src-root-dir [It's choqok-VERSION]
$ mkdir build
$ cd build
$ cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ..
$ make
$ sudo make install OR su -c 'make install'

to uninstall the project:
$ make uninstall or su -c 'make uninstall'


Feel free to email us.