debian has in testing/sid 0.9.2 http://packages.debian.org/search?suite=all§ion=all&arch=any&searchon=names&keywords=rekonq
compiling the latest is not hard http://techbase.kde.org/Projects/rekonq ... g_the_code
- Code: Select all
git clone git://anongit.kde.org/rekonq
- Code: Select all
cd rekonq
- Code: Select all
mkdir build
- Code: Select all
cd build
- Code: Select all
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
- Code: Select all
make
- Code: Select all
sudo checkinstall

building log





