Skip to content

DarkHobbit/doublecontact

Repository files navigation

DoubleContact Travis CI Coverity Scan Build Status

Offline DE-independent contact manager primarily for phonebooks editing/merging.

License: GPLv3 or above. (Some parts of code, except NBU support can be distributed under GPLv2.)

Language: C++.

Libraries: Qt4/5.

Build

Use qmake for build doublecontact. Project all.pro in repo root builds both GUI (doublecontact) and console (contconv) application.

Repo also contains config files for cmake, but currently it isn't usable. Use qmake.

Build instructions

Ubuntu

sudo apt-get install qt4-qmake

git clone https://github.com/DarkHobbit/doublecontact.git

cd doublecontact

qmake

make

For Qt5, you may need install zlib before qmake. For example, for Debian:

sudo apt-get install zlib1g-dev

Help

User manual

DoubleContact user manual is available on Github.

Translations

Please, use Weblate if you want to translate program on a new language.

Please, don't place ellipsis and other non-latin character in source files directly. Place this into translation files (including English).