Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Ubuntu: Difference between Downloading Qt from Website and Building it in Terminal

Ubuntu: Difference between Downloading Qt from Website and Building it in Terminal

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 3 Posters 396 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Had a quick general question about using Qt in Ubuntu Linux: are there any significant differences between downloading Qt from the Website (https://www.qt.io/download) and building Qt from the terminal?

    If not, I feel like it would just be easier for me (especially since I am still relatively new to Linux) to just download it from the website. However, if there are any significant differences, I would like to know before doing so.

    1 Reply Last reply
    0
    • AxelViennaA Offline
      AxelViennaA Offline
      AxelVienna
      wrote on last edited by
      #2

      You have to build a static version of Qt in case you want to link it statically to an executable you compile. For all other cases, the download is just fine.

      C++ and Python walk into a bar. C++ reuses the first glass.

      1 Reply Last reply
      1
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @AxelVienna Thank you very much for your response!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          To add to @AxelVienna:

          • static builds and GPL/LGPL have implication
          • with custom builds you can reduce the size of the deployment
          • you can customize some flags/dependencies

          It also depends on your use cases and targets.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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