We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.