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. Qt 5.9.0 install stuck on 0%
Forum Updated to NodeBB v4.3 + New Features

Qt 5.9.0 install stuck on 0%

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 3 Posters 2.0k 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.
  • K Offline
    K Offline
    king558
    wrote on last edited by
    #1

    I download Qt 5.9.0 from Qt Downloads, then

    chmod +x qt-opensource-linux-x64-5.9.0.run
    and run qt-opensource-linux-x64-5.9.0.run

    it show me the path /home/michael/Qt5.9.0, before I installed 5.8.0 in /opt/Qt5.8.0, so I want installed into same path
    I changed the path to /opt/Qt5.9.0 and run the installation, Qt installer ask me for password. I type in and continue, but it stucks on 0%. How can I correctly install Qt to path /opt/Qt5.9.0?

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

      try to run it with sudo or su
      Qt do not care about path so its a linux thing.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        king558
        wrote on last edited by
        #3

        Thx, it help me further. Another question is here windows system with intel CPU. Can I select armv7, android x86 and android armv7? Or should these component just only installed on system with armv7 processor? What I means, development under PC with intel processor for armv7 application, is that possible?
        0_1502909287002_Qt5.9.0Install.JPG

        jsulmJ 1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          Mingw 5.3. Gives you Editor + framework+compiler+debugger
          UWP is for visual studio and modern apps. You need to install visual studio ( right version)
          by your self + SDKs
          mvsc201X - Editor + framework , you must installed visual studio yourself
          Android x86/arm. You must install additional SDK and tools.

          Sometimes you can run arm7 in simulator but otherwise you must deploy to a device to run it.

          • development under PC with intel processor for armv7 application, is that possible?

          Yes. Its called cross compiling and it means you compile Qt and app with a toolchain that is suited for the board.

          If you just want check Qt out, i suggest Mingw 5.3 as its ready out of the box.

          1 Reply Last reply
          0
          • K king558

            Thx, it help me further. Another question is here windows system with intel CPU. Can I select armv7, android x86 and android armv7? Or should these component just only installed on system with armv7 processor? What I means, development under PC with intel processor for armv7 application, is that possible?
            0_1502909287002_Qt5.9.0Install.JPG

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

            @king558 said in Qt 5.9.0 install stuck on 0%:

            What I means, development under PC with intel processor for armv7 application, is that possible?

            Yes it is. That is why there is Android armv7 option - this one is used to build for Android armv7 target devices.

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

            1 Reply Last reply
            0
            • K Offline
              K Offline
              king558
              wrote on last edited by
              #6

              thx all for answer.

              1 Reply Last reply
              0
              • K king558 has marked this topic as unsolved on
              • K king558 has marked this topic as solved on

              • Login

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