Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Tinycore
is here 12/1/2008!
Welcome
visitors.
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
request qt-devel libs
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: request qt-devel libs (Read 2147 times)
lovelypp
Jr. Member
Posts: 51
request qt-devel libs
«
on:
September 26, 2020, 10:17:58 AM »
i want to develop a qt app on raspberry on piCore. can it support , thanks!
Logged
Juanito
Administrator
Hero Member
Posts: 14799
Re: request qt-devel libs
«
Reply #1 on:
September 26, 2020, 10:21:33 AM »
You would have to build qt first...
Logged
lovelypp
Jr. Member
Posts: 51
Re: request qt-devel libs
«
Reply #2 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.
Logged
Juanito
Administrator
Hero Member
Posts: 14799
Re: request qt-devel libs
«
Reply #3 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?
Logged
lovelypp
Jr. Member
Posts: 51
Re: request qt-devel libs
«
Reply #4 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
Logged
Juanito
Administrator
Hero Member
Posts: 14799
Re: request qt-devel libs
«
Reply #5 on:
September 27, 2020, 05:17:44 AM »
A boost extension exists for piCore-11.x, but you'll need to compile the others.
Logged
lovelypp
Jr. Member
Posts: 51
Re: request qt-devel libs
«
Reply #6 on:
September 29, 2020, 09:50:10 PM »
failed when compile log4cplus, because the gcc toolset does not support c++11.
Logged
Rich
Administrator
Hero Member
Posts: 11594
Re: request qt-devel libs
«
Reply #7 on:
September 29, 2020, 11:09:00 PM »
Hi lovelypp
Did you try adding this to CXXFLAGS:
Code:
[Select]
-std=c++11
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
request qt-devel libs