Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Difference between installer and source files?
Forum Updated to NodeBB v4.3 + New Features

Difference between installer and source files?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 763 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    ss1306
    wrote on last edited by
    #1

    Hi,

    I have just started learning about using Qt for embedded Linux development. On the Qt downloads page there is an availaiblity of both the souce files and the installer(online and offline) files for the SDK. The Qt documentation always talks about downloading the Qt SDK source files and then configuring it for host->make->make install and a similar process for the target system as shown in the link - https://qt-project.org/wiki/Building_Qt_for_Embedded_Linux Am i then write in assuming that all these mentioned procudures for correct setup is done automatically by the installer? What is the difference?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      The installer contains pre-compiled binaries for your host machine. To build binaries for your embedded device (called your target machine) you need to cross-compile the binaries yourself, using the source code.

      Please note that the link you gave is for Qt 4 only. I recommend that you use Qt 5 instead. Here is the relevant documentation: http://qt-project.org/doc/qt-5/embedded-linux.html

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved