Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release > by-pkgid > e1255cb02c4e48f1382c44008d42fad6 > files > 6

ksshaskpass-0.5.3-3mdv2010.1.i586.rpm

Ksshaskpass's build system uses CMake.
So to compile Ksshaskpass first create a build dir (cmake does not support
building in the source dir):

  mkdir build
  cd build

then run cmake:

  cmake ..

(a typical cmake option that is often used is: -DCMAKE_INSTALL_PREFIX=<prefix>)

Finally build Ksshaskpass:

  make

And install it (in most cases root privileges are required):

  make install

(Text more or less copied from the Soprano build instructions.)