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. Download Qt for linux/X11 from source or from installer?
Forum Updated to NodeBB v4.3 + New Features

Download Qt for linux/X11 from source or from installer?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 520 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.
  • R Offline
    R Offline
    RobM
    wrote on last edited by RobM
    #1

    If I need to specify a few installation options such as:

    += -svg
    += -no-qt3support
    += -opengl...

    Can this only be done if I download Qt from source? If I do need to download it from source do I simply specify these options during the ./configure step? For instance:

    sudo ./configure -svg -no-qt3support -opengl -nomake examples -nomake demos -nomake translations

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

      Hi,

      These are configure options indeed. -no-qt3support is a Qt 4 only option.

      On a side note, don't use sudo when configuring or building a library, framework or application. That can be pretty dangerous.

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

      R 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        These are configure options indeed. -no-qt3support is a Qt 4 only option.

        On a side note, don't use sudo when configuring or building a library, framework or application. That can be pretty dangerous.

        R Offline
        R Offline
        RobM
        wrote on last edited by
        #3

        @SGaist Okay, so can I specify these configure options (minus the -no-qt3support) even if I don't download Qt from source? Or do I have to download it from source to specify those configure options?

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

          The configure script is part of the sources. It's to prepare a Qt build.

          One more thing: do out of sources builds, that way it's easier to do multiple builds bud also allows you to just nuke the build folder if something goes wrong and start over quickly.

          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