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. Installing Qt on Ubuntu with Docker
Forum Updated to NodeBB v4.3 + New Features

Installing Qt on Ubuntu with Docker

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

    Hi,
    I am trying to install qt-opensource-5.11.2 on an aws ubuntu instance with docker but the build takes more than 3-4 hours to compile the libraries and the directory has huge number of libraries which is not the same as when i use the .run installer on my linux PC.
    I just want to build the C++ libraries and create Jenkins job for continuous deployment.

    FROM jenkins/jenkins:lts
    RUN wget http://download.qt.io/official_releases/qt/5.11/5.11.2/single/qt-everywhere-src-5.11.2.tar.xz
    RUN tar -xvf qt-everywhere-src-5.11.2.tar.xz
    RUN ./configure -prefix /opt/Qt -release -opensource -confirm-license -static -qt-xcb -no-glib -no-pulseaudio -no-alsa -opengl desktop -nomake examples -nomake tests

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

      Hi and welcome to devnet,

      That's already what you are doing: you are building the C++ libraries.

      Do you have a specific set of modules you need ?

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

      A 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        That's already what you are doing: you are building the C++ libraries.

        Do you have a specific set of modules you need ?

        A Offline
        A Offline
        avanishranjan
        wrote on last edited by
        #3

        @SGaist I am specially looking for QtIFW module. I tried decompressing the file I downloaded from https://download.qt.io/official_releases/qt-installer-framework/3.0.4/ but i couldn't find the /bin/binarycreator executable for linux. Thanks for responding!!

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

          If you used the source archive then it’s normal, as suggested by the name, it’s the module sources.

          Since you have an Unbuntu machine, you should be able to install the distribution provided Qt and then build the module with it.

          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