QT5 compile cmake switch
C Barth Netterfield
netterfield at astro.utoronto.ca
Sat Apr 8 20:35:27 UTC 2017
Hi, Trevor,
In Linux, something like this works:
from the kst source directory:
mkdir ../kst-build-dir
cd ../kst-build-dir
cmake -Dkst_qt5=1 -Dkst_release=1 ../kst
make
./build/bin/kst2
I just put a link from the executable to /usr/local/bin on my devel machine
rather than installing.
cbn
On Friday, April 7, 2017 8:51:44 AM EDT Trevor Young wrote:
> In order to compile for qt5 libs, it is mentioned that a switch needs to be
> made somewhere. Could someone elaborate on this? I'm not so knowledgeable
> on this sort of thing.
>
> Thanks
More information about the Kst
mailing list