Extract the kryomol-x.x.x.tar.gz sources

$tar xzvf kryomol-x.x.x.tar.gz
$cd kryomol-x-x.x

compiling

$mkdir build
$cd build

---Configure---
if want to install as root
$cmake .. -DCMAKE_INSTALL_PREFIX='kde4-config --localprefix'

or, if want to install as user

$cmake .. -DCMAKE_INSTALL_PREFIX='kde4-config --prefix'

---Compile---
$make -j 2

---Install---

to install globally ( as root )
$sudo make install

to install as user simple type

$make install






