* [Buildroot] package not found
@ 2016-05-21 3:59 gdbabu Krishnan
2016-05-21 6:48 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: gdbabu Krishnan @ 2016-05-21 3:59 UTC (permalink / raw)
To: buildroot
Hi,
I have working with buildroot for Raspberry pi, i want to run GTK+
based application on PI board could you tell me what are packages i want to
select in build root.
i have already searched following package but couldn't found that,
1.libgtk3+
2.nano text editor
3.gcc compiler
how can i select these packages and how to run GTK application
(Gtk application already compiled in another Raspbian OS)
kindly help to solve these problems.
Thank you,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160521/4dda7076/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread* [Buildroot] package not found
2016-05-21 3:59 [Buildroot] package not found gdbabu Krishnan
@ 2016-05-21 6:48 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-05-21 6:48 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 21 May 2016 09:29:50 +0530, gdbabu Krishnan wrote:
> 1.libgtk3+
Search packages by running "/" in menuconfig, and then watch their
dependencies. You can also read package/libgtk3/Config.in to learn
about the dependencies of gtk3.
In essence, for Gtk3, you will need either X.org or Wayland, and also
an OpenGL implementation (which for Raspberry Pi is in the rpi-userland
package).
> 2.nano text editor
Again, use "/" to find it. This one does not have any complicated
dependency like libgtk3, so you should find it easily.
> 3.gcc compiler
We don't support building a compiler for the target:
https://buildroot.org/downloads/manual/manual.html#faq-no-compiler-on-target.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-21 6:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 3:59 [Buildroot] package not found gdbabu Krishnan
2016-05-21 6:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox