Compiling the latest Rekonq (1.2)

Archived topics about LMDE 1 and LMDE 2
Locked
zerozero

Compiling the latest Rekonq (1.2)

Post by zerozero »

Rekonq 1.2 was released http://adjamblog.wordpress.com/2012/10/06/rekonq-1-2/
debian has in testing/sid 0.9.2 http://packages.debian.org/search?suite ... rds=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
Image
building log
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29509
Joined: Wed Jul 06, 2011 3:58 am

Re: Compiling the latest Rekonq (1.2)

Post by xenopeek »

Perhaps change the "sudo make install" to "sudo checkinstall"? With checkinstall way you can uninstall it through your package manager also.
Image
zerozero

Re: Compiling the latest Rekonq (1.2)

Post by zerozero »

:oops: you're absolutely right

Code: Select all

zerozero@deb-kde ~ $ apt policy rekonq
rekonq:
  Installed: 0.9.2-1
  Candidate: 0.9.2-1
  Version table:
 *** 0.9.2-1 0
        500 http://ftp.debian.org/debian/ testing/main amd64 Packages                                                                                                   
        100 /var/lib/dpkg/status                                              
zerozero

Re: Compiling the latest Rekonq (1.2)

Post by zerozero »

rekonq2 is out :D and i can't compile it :lol:
http://adjamblog.wordpress.com/2012/12/ ... st-stable/

Code: Select all

zerozero@deb-kde ~/rekonq/build $ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..-- Found Qt-Version 4.8.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found KDE 4.8 include dir: /usr/include
-- Found KDE 4.8 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1390 (message):
  ERROR: the installed kdelibs version 4.8.4 is too old, at least version
  4.9.0 is required
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE)
  CMakeLists.txt:38 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
have to wait for debian to get kde4.10 (apparently we are skipping 4.9.x)
Locked

Return to “LMDE Archive”