Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: lovelypp on September 26, 2020, 10:17:58 AM

Title: request qt-devel libs
Post by: lovelypp on September 26, 2020, 10:17:58 AM
i want to develop a qt app on raspberry on piCore. can it support , thanks!
Title: Re: request qt-devel libs
Post by: Juanito on September 26, 2020, 10:21:33 AM
You would have to build qt first...
Title: Re: request qt-devel libs
Post by: lovelypp on September 26, 2020, 10:34:50 AM
there maybe a lot of work to do to support running qt gui app. I don't know if anyone has succeeded tried it.
I see there are qt stuffs on x86 release of tinylinux.
Title: Re: request qt-devel libs
Post by: Juanito on September 26, 2020, 10:40:44 AM
qt is large and bloated and thus not really suited to tinycore, never mind piCore - this being said, it probably can be built for piCore.

piCore has gtk3 - is there an equivalent to your qt app that runs on gtk3?
Title: Re: request qt-devel libs
Post by: lovelypp on September 26, 2020, 08:42:25 PM
Juanito  I need to port my app runs on CentOs before which use qt, boost, log4cplus and zeromq
Title: Re: request qt-devel libs
Post by: Juanito on September 27, 2020, 05:17:44 AM
A boost extension exists for piCore-11.x, but you'll need to compile the others.
Title: Re: request qt-devel libs
Post by: lovelypp on September 29, 2020, 09:50:10 PM
failed when compile log4cplus, because the gcc toolset does not support c++11.
Title: Re: request qt-devel libs
Post by: Rich on September 29, 2020, 11:09:00 PM
Hi lovelypp
Did you try adding this to CXXFLAGS:
Code: [Select]
-std=c++11