You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Schürmann edited this page Aug 24, 2018
·
14 revisions
Quick Start
Compilation on Ubuntu Linux
apt-get install git build-essential libqt4-dev cmake
cd /usr/src
git clone https://github.com/frankosterfeld/qtkeychain.git
cd qtkeychain
mkdir build
cd build
cmake ..
make
For installing after compilation, pass -DCMAKE_INSTALL_PREFIX=/some/path to cmake and run "make install" after "make".