Results 1 to 9 of 9

Thread: Minimal Linux dist to run Qt-app from

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Minimal Linux dist to run Qt-app from

    Qt for embedded Linux does not need X11, Qt/X11 needs X11. When using Qt for embedded Linux, you need to provide it with a framebuffer, keyboard and pointer device. That is pretty much it.

    Putting everything in an initramfs, means that as soon as the kernel has been loaded, everything will run from RAM, i.e. be really quick.

  2. #2
    Join Date
    May 2009
    Posts
    10
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Minimal Linux dist to run Qt-app from

    Quote Originally Posted by e8johan View Post
    Qt for embedded Linux does not need X11, Qt/X11 needs X11. When using Qt for embedded Linux, you need to provide it with a framebuffer, keyboard and pointer device. That is pretty much it.

    Putting everything in an initramfs, means that as soon as the kernel has been loaded, everything will run from RAM, i.e. be really quick.
    Is there anything out there ready-to-use so I only need to add my compiled program?

Similar Threads

  1. Which Linux distribution is best for building compatible apps?
    By Oxidative in forum Installation and Deployment
    Replies: 8
    Last Post: 9th July 2009, 16:13
  2. Replies: 5
    Last Post: 15th January 2009, 09:03
  3. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  4. Replies: 19
    Last Post: 21st January 2008, 09:13

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.