Am Mittwoch, 28. Oktober 2015, 15:05:47 schrieb Thomas Friedrichsmeier:
>   sudo apt-get build-dep rkward
>   git clone git://anongit.kde.org/rkward.git
>   cd rkward
>   git checkout work/optionset_experiments
>   mkdir build && cd build
>   cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
>   make
>   sudo make install

as this looks like a debian based system, i'd recommend this approach instead:

   sudo apt-get build-dep rkward
   git clone git://anongit.kde.org/rkward.git
   cd rkward
   git checkout work/optionset_experiments
   dpkg-buildpackage -b
   sudo dpkg -i ../rkward_0.6.3z+0.6.4+devel1-1_amd64.deb

this will build a debian package from the git sources and then replace the 
installed package. you can then painlessly revert to the previous state by 
simply re-installing the package from the repository.


viele grüße :: m.eik

-- 
  dipl. psych. meik michalke
  institut f"ur experimentelle psychologie
  abt. f"ur diagnostik und differentielle psychologie
  heinrich-heine-universit"at d-40204 d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
rkward-devel mailing list
rkward-devel@kde.org
https://mail.kde.org/mailman/listinfo/rkward-devel

Reply via email to