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. create build for linux operating system
Forum Updated to NodeBB v4.3 + New Features

create build for linux operating system

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 837 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.
  • D Offline
    D Offline
    developerNancy
    wrote on 28 Apr 2017, 14:11 last edited by developerNancy
    #1

    I am developing an application for Linux desktop and When I am creating a build then it is not working on any other linux OS based PC.

    Please Let me know How to create a build for all Linux OS desktop?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 28 Apr 2017, 14:28 last edited by
      #2

      Hi and welcome to devnet,

      This blog article explains pretty nicely what is needed.
      Then official deployment guide from Qt's documentation
      And there's the linuxdeployqt tool that can be of help.

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

      D 1 Reply Last reply 4 May 2017, 13:59
      0
      • S SGaist
        28 Apr 2017, 14:28

        Hi and welcome to devnet,

        This blog article explains pretty nicely what is needed.
        Then official deployment guide from Qt's documentation
        And there's the linuxdeployqt tool that can be of help.

        D Offline
        D Offline
        developerNancy
        wrote on 4 May 2017, 13:59 last edited by
        #3

        @SGaist Using this the following command

        cd /path/to/Qt
        ./configure -static -prefix /path/to/Qt <other parameters>
        make

        get this error :

        bash: ./configure: No such file or directory

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 4 May 2017, 21:55 last edited by
          #4

          Because you are not in Qt's sources, you first have to download them.

          Note: are you aware of the implication of a static build ?

          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
          0

          1/4

          28 Apr 2017, 14:11

          • Login

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