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. Linux Install Problem
Forum Updated to NodeBB v4.3 + New Features

Linux Install Problem

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
8 Posts 4 Posters 1.1k Views 2 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.
  • J Offline
    J Offline
    JosephH
    wrote on last edited by
    #1

    I know c++ but know nothing about Qt. I am running Fedora 40 Linux.
    I ran the installer for the open source version and chose as my install folder ~/Qt. The install finished without any problems but I noticed that I had sub folders in ~/Qt which looked like they contained executable files. The folders containing executables were not on the Linux PATH variable. I know I probably could make this happen myself but, considering that the Qt installer looks like it was well designed why didn't it do this for me? Am I missing something?

    Also, after I get this sorted can your recommend to me, as a newbie, one of the Packt books that are devoted to new users?

    Thank you,
    Joe

    1 Reply Last reply
    0
    • JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      If you installed the open source that means you will have to build Qt? Did you check whatever version of Qt comes with Fedora 40/fetchable from its distro repo, ready-built, avoid compilation?

      jsulmJ 1 Reply Last reply
      0
      • J Offline
        J Offline
        JosephH
        wrote on last edited by
        #3

        How do I build Qt from the files that came from the installer?

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

          Hi and welcome to devnet,

          There's no reason for the online installer to alter your system such as changing the PATH environment variable.

          If you want to develop from the command line use the complete path to qmake or the qt-cmake wrapper. That way you stay in exact control of what you are using for development. This is even more valid when you have several versions of Qt installed.

          As for getting started, just use Qt Creator and create a new project through it. You'll have a skeleton application that you can then continue to develop.

          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
          • JonBJ JonB

            If you installed the open source that means you will have to build Qt? Did you check whatever version of Qt comes with Fedora 40/fetchable from its distro repo, ready-built, avoid compilation?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @JonB said in Linux Install Problem:

            If you installed the open source that means you will have to build Qt?

            I think OP means he installed Qt binaries licensed as OSS, not commercial

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            JonBJ 1 Reply Last reply
            0
            • jsulmJ jsulm

              @JonB said in Linux Install Problem:

              If you installed the open source that means you will have to build Qt?

              I think OP means he installed Qt binaries licensed as OSS, not commercial

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by
              #6

              @jsulm said in Linux Install Problem:

              I think OP means he installed Qt binaries licensed as OSS, not commercial

              But if OP was asking about binaries why their

              How do I build Qt from the files that came from the installer?

              ? If they just want a working system on their Fedora 40 I would have thought installing the distro's version via apt-get or similar would be by far the easiest.....

              jsulmJ 1 Reply Last reply
              0
              • JonBJ JonB

                @jsulm said in Linux Install Problem:

                I think OP means he installed Qt binaries licensed as OSS, not commercial

                But if OP was asking about binaries why their

                How do I build Qt from the files that came from the installer?

                ? If they just want a working system on their Fedora 40 I would have thought installing the distro's version via apt-get or similar would be by far the easiest.....

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @JonB said in Linux Install Problem:

                How do I build Qt from the files that came from the installer?

                That question came after you wrote that Qt needs to be built :-)

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                JonBJ 1 Reply Last reply
                0
                • jsulmJ jsulm

                  @JonB said in Linux Install Problem:

                  How do I build Qt from the files that came from the installer?

                  That question came after you wrote that Qt needs to be built :-)

                  JonBJ Offline
                  JonBJ Offline
                  JonB
                  wrote on last edited by
                  #8

                  @jsulm
                  I wrote

                  If you installed the open source that means you will have to build Qt?

                  Note the question mark at the end, indicating that I was uncertain that is what they wanted/needed? But I understand now :)

                  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