Skip to content
Frank Osterfeld edited this page Apr 4, 2016 · 14 revisions

Quick Start

Compilation

apt-get install git build-essential libqt4-dev cmake
cd /usr/src
git clone https://github.com/frankosterfeld/qtkeychain.git
cd qtkeychain
mkdir build
cmake ..
make

For installing after compilation, pass -DCMAKE_INSTALL_PREFIX=/some/path to cmake and run "make install" after "make".

For a debug build, pass -DCMAKE_BUILD_TYPE=Debug.

Clone this wiki locally