Recoditnow screencast kubuntu 9.10 kde4 series
November 2, 2009 Leave a comment
this is an old page , if you need a fast video recoreder just use ffmpeg it’s easy
here it is , you should install kdebase-dev for kde4 series but it seems kdelibs5-dev should be enought anyway
it should be (to enable youtube plug in you need libgdata-dev )
if you get errors on cmake you can always search the package you need using
apt-file search ERROR
where error is that error you see on cmake when you run it.
sudo apt-get install build-essential git-core kdelibs5-dev libknotificationitem-dev libgdata-dev
download from here
http://www.kde-apps.org/content/show.php/RecordItNow?content=114610
cd recorditnow && mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull ../
**j3 ONLY FOR DUAL CORE!
make -j3
sudo make install && kbuildsycoca4 && recorditnow
should start it.


