Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Steps to create a build for linux operating system

    Installation and Deployment
    3
    10
    1569
    Loading More Posts
    • 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
      developerNancy last edited by

      I am new in QT. I have developed an desktop widget application in qt , Now try to create an build to use on all linux based PC.

      Can anyone Explain me how to create a build for Linux OS?

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • Pradeep Kumar
        Pradeep Kumar last edited by Pradeep Kumar

        @developerNancy

        so u have developed for windows , now u want to try for linux?.
        Similar way ?.

        Thanks,

        Pradeep Kumar
        Qt,QML Developer

        D 1 Reply Last reply Reply Quote 0
        • D
          developerNancy @Pradeep Kumar last edited by

          @Pradeep-Kumar Actually I dont know I just simply created widget application and I am using Ubuntu. Now try to create a build for all linux os pc.

          jsulm 1 Reply Last reply Reply Quote 0
          • jsulm
            jsulm Lifetime Qt Champion @developerNancy last edited by

            @developerNancy You should read and follow http://doc.qt.io/qt-5/linux-deployment.html

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

            D 1 Reply Last reply Reply Quote 2
            • D
              developerNancy @jsulm last edited by

              @jsulm 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

              jsulm 1 Reply Last reply Reply Quote 0
              • jsulm
                jsulm Lifetime Qt Champion @developerNancy last edited by

                @developerNancy You should not try to create a static Qt build unless you really know what you are doing.
                Follow "Creating the Application Package".

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

                D 1 Reply Last reply Reply Quote 2
                • D
                  developerNancy @jsulm last edited by

                  @jsulm Hey can you please tell me the all steps because I am confused. thank sin advance.

                  jsulm 1 Reply Last reply Reply Quote 0
                  • jsulm
                    jsulm Lifetime Qt Champion @developerNancy last edited by

                    @developerNancy The steps are described in the link I posted.
                    Please tell what exactly is not clear.

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

                    D 1 Reply Last reply Reply Quote 1
                    • D
                      developerNancy @jsulm last edited by

                      @jsulm I am new in QT, I don't know where to start because if I follow that link ./configure error .

                      jsulm 1 Reply Last reply Reply Quote 0
                      • jsulm
                        jsulm Lifetime Qt Champion @developerNancy last edited by

                        @developerNancy Again: I said before that you should follow "Creating the Application Package" - no need to build Qt.

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

                        1 Reply Last reply Reply Quote 2
                        • First post
                          Last post