Minimal Linux that can run a Qt GUI application

I am making a console for homegrown video games (a simple low-specialized PC) that will constantly run one application (game) that will be created with Qt (this is a requirement, preferably with gpu acceleration). Thus, the OS should be easy to load as quickly as possible and run the game.

How can this be achieved? Are there any Linux distributions that already fit my needs? Whats with embedded linux? (I'm new to linux setup)

thanks

+4
source share
4 answers

http://www.tinycorelinux.com/

Linux distribution of 10 MB. shoes in a few seconds.

+2
source

Interest Ask! I see more than one way to do this. But for the prototype, you can use something like Suse Studio - http://susestudio.com/ to create a minimal distribution for you.

Another interesting area would be to use, for example, a phone such as the Nokia N900 , which is based on Linux and uses QT as one of the technologies available to run graphical interfaces. Perhaps he already has hardware acceleration and a TV-out.

+2
source

Take a look at MeeGo .

+1
source

There are tools to create distros for you. Could make your life easier. You will need to find out the minimum Qt requirements from them and add them to your distribution when creating it.

0
source

Source: https://habr.com/ru/post/1343367/


All Articles