Hi, all. I'm now working on Tiny6410 board(if you saw there's some posts from me recently) I want to create stand-alone application that runs on Linux and work with GUI. I assume that I should use some tools of Qt family. But I don't know exactly how to start and the work-step-order of using those software, cause I'm not good at collecting references. I want to know steps to create stand-alone GUI application. What tools I should have, what I have to do with it from the start and what will I got in final. And also, how can I deploy it to work with my device. Thanks, Theerapat
stand alone gui application
> cause I'm not good at collecting references. In order to survive in the software world you will need to become an expert at using Google. Try: http://mini2440vietnam.blogspot.co.nz/ for many good tutorials. Unless you want to do things from scratch I would suggest http://www.ptxdist.de/oselas/bsp/pengutronix/mini2440_bsp_en.html You can enable Qt applications in it. Then you can focus on building your own applications. Qt Creator is used to develop Qt applications.
Thanks for your reply again. I saw the video, http://www.youtube.com/watch?v=1SY3KuL0YGs Is it created from Qt creator and used that pengutronix? So, I'll start with this one.
So, could you please tell me how do that? Is that look like doing in this, http://www.youtube.com/watch?v=ghzRuwEAWdo&feature=related , and put some autorun syntax ? I'm following that video but facing a little problem about environment I'm trying to solve it. btw, all I wonder if I can run Qt application without entering Qt window.
> I want to create stand-alone application that runs on Linux > and work with GUI. You are going to have to make up your mind. What sort of application do you want to run in the background? IE WITHOUT a GUI. Have a look at BASH scripts or even PHP scripts.