Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. Downloading ALL of Qt at one time possible?
Forum Updated to NodeBB v4.3 + New Features

Downloading ALL of Qt at one time possible?

Scheduled Pinned Locked Moved Unsolved QtonPi
8 Posts 4 Posters 2.8k 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.
  • S Offline
    S Offline
    skypuppy
    wrote on last edited by
    #1

    Is there any place we can download the whole shooting match at one download and get ALL the appropriate Qt 5 tools? Like qtcreator, qmake, and all things that are -necessary- to actually use Qt, even if we have to compile everything from scratch on a Pi 2???

    It should NOT be as difficult as it is. Finding the correct information and files, as it is, is like pulling teeth and finding a needle in a haystack at the same time.

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

      Hi,

      If you want the archived code (i.e. the one matching a specific release of Qt, Qt Creator)

      go to http://download.qt.io/official_releases/ and browse to the versions you want.

      For everything from scratch:

      Qt 5: git clone https://code.qt.io/qt/qt5.git
      Qt Creator: git clone https://code.qt.io/qt-creator/qt-creator.git

      Build Qt from git instructions are here

      Qt Creator uses qmake as build system so you can build it like any other Qt software.

      All tools need to built software using Qt are built when building Qt. Qt Creator is a separate project.

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

      K 1 Reply Last reply
      1
      • S Offline
        S Offline
        skypuppy
        wrote on last edited by
        #3

        Appreciate the help, SGaist.

        Already have the qt5.git "framework," (I think.)

        When I try to get qtcreator, this is the error message returned (and I have no idea what it means):

        root@rpi2U2:~/opt/qtcreator# git clone https://code.qt.io/qt-creator/qt-creator.git
        Cloning into 'qt-creator'...
        error: gnutls_handshake() failed: A TLS warning alert has been received. while accessing https://code.qt.io/qt-creator/qt-creator.git/info/refs
        fatal: HTTP request failed

        1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #4

          Hi, try
          git clone git://code.qt.io/qt-creator/qt-creator.git

          1 Reply Last reply
          1
          • S Offline
            S Offline
            skypuppy
            wrote on last edited by
            #5

            Success!

            1 Reply Last reply
            0
            • SGaistS SGaist

              Hi,

              If you want the archived code (i.e. the one matching a specific release of Qt, Qt Creator)

              go to http://download.qt.io/official_releases/ and browse to the versions you want.

              For everything from scratch:

              Qt 5: git clone https://code.qt.io/qt/qt5.git
              Qt Creator: git clone https://code.qt.io/qt-creator/qt-creator.git

              Build Qt from git instructions are here

              Qt Creator uses qmake as build system so you can build it like any other Qt software.

              All tools need to built software using Qt are built when building Qt. Qt Creator is a separate project.

              K Offline
              K Offline
              KenoRosarioPH
              wrote on last edited by KenoRosarioPH
              #6

              @SGaist Sir! I just want to ask if i can automatically do this on pi automatically? not having a host computer (linux) . thank youuu

              1 Reply Last reply
              0
              • S Offline
                S Offline
                skypuppy
                wrote on last edited by
                #7

                If the "Pi A" is running Linux, the above instructions should work. However, your performance is going to be abysmal. Spring the $45 for an RPi 2. 4 cores, better hardware, etc.

                K 1 Reply Last reply
                0
                • S skypuppy

                  If the "Pi A" is running Linux, the above instructions should work. However, your performance is going to be abysmal. Spring the $45 for an RPi 2. 4 cores, better hardware, etc.

                  K Offline
                  K Offline
                  KenoRosarioPH
                  wrote on last edited by KenoRosarioPH
                  #8

                  @skypuppy Ill be trying the instructions above. Luckily sir i have PI2B model that runs on raspbian wheezy will this work on that OS?

                  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