Fernando de Oliveira wrote:
I have concluded following applications for LXQt:

qupzilla  (web browser)
qterminal (requires qtermwidget)

Planing to add:

lximage-qt (image viewer)
obconf-qt  (openbox configuration gui)

and perhaps

compton-conf (needs compton)

The last one might not be necessary: I am using feh for the same
composite effect. Of course, most type of images could be displayed with
feh, or display, preferred by Ken, but many people don't like command line.

Haven't started obconf-qt yet.

Cannot build lximage-qt-0.4.0:

mkdir -vp build &&
cd        build &&

cmake -DCMAKE_BUILD_TYPE=Release       \
       -DCMAKE_INSTALL_PREFIX=/opt/lxqt \
       - .. &&

make

make install


It is at 100% compiled, then:

{{{
[ 97%] Building CXX object
src/CMakeFiles/lximage-qt.dir/applicationadaptor.cpp.o
[100%] Building CXX object
src/CMakeFiles/lximage-qt.dir/lximage-qt_automoc.cpp.o
Linking CXX executable lximage-qt
/usr/bin/ld: cannot find -lfm-qt5
/usr/bin/ld: cannot find -lQt5DBus
/usr/bin/ld: cannot find -lQt5Core
/usr/bin/ld: cannot find -lfm-qt5
/usr/bin/ld: cannot find -lQt5DBus
/usr/bin/ld: cannot find -lQt5Core

}}}

Need help, please.

Assuming you have qt5 in /opt, try:

LIBRARY_PATH=/opt/qt5/lib make install

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to