Hi Jorge,

You shouldn't see this error after using the build script, it's weird. There 
are 
two ways of building and installing it, and you no longer need to choose for 
Qt5, as it's default now. Before anything, update the meta repository and the 
submodules:

$ git pull origin master
$ git submobule update --remote --rebase

1) Using the build script:

$ LXQT_PREFIX=/usr ./build_all.sh

2) Using the CMake "super build":

$ mkdir build && cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_PREFIX_PATH=.
$ make install

Try it again and tell us what you see.

Paulo Lieuthier

On 09/02/2016 10:09 AM, JORGE wrote:
> Hello LXQT dev team, I'm training to compile it from sources, but when I run 
> "USE_QT5=1 QT_SELECT=qt5 LXQT_PREFIX=/usr ./build_all.sh" cmake returns this 
> error "CMAKE_PREFIX_PATH environment variable not set", where is it supposed 
> I have to point CMAKE_PREFIX_PATH?
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Lxde-list mailing list
> Lxde-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxde-list


------------------------------------------------------------------------------
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to