Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Making installer

Making installer

Scheduled Pinned Locked Moved Qt Creator and other tools
7 Posts 3 Posters 2.5k Views
  • 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
    dcbasso
    wrote on last edited by
    #1

    Hello people!
    I'm trying to find a good framework/application to build a Linux Installer!
    I'm trying to build a .deb, but I expand a lot of time and I could not make work!

    I need something to make a installer for Linux, pref. RPM/DEB files or a multi distro installation!
    Any help is wellcome!

    Thanks all!

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      Please have a look at the "Linux section of the wiki article about Qt Installers":http://qt-project.org/wiki/BuildingQtInstallers#edc9f0a5a5d57797bf68e37364743831

      http://anavi.org/

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        I doubt you can do multi-distro rpms/debs. They declare dependencies on other packages, etc. which are highly distribution specific. So are pre/post install/removal scripts, user ids to be used, etc.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dcbasso
          wrote on last edited by
          #4

          Tobias, it's possible using a binary files like "myinstaller.bin", or something like a "myinstaller.bundle".
          I have no problem with dependencies, so it's easy.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dcbasso
            wrote on last edited by
            #5

            http://listaller.tenstral.net/index.html

            http://installbuilder.bitrock.com/

            Thanks all,

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dcbasso
              wrote on last edited by
              #6

              http://0install.net/

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tobias.hunger
                wrote on last edited by
                #7

                Multi-distribution is always tricky, independent of how you do it:-/ I can not run Qt SDK on my linux box anymore since my libpng is too new. It worked great a couple of weeks ago before I did an upgrade. Another example is -- again -- the Qt SDK which does not install on some version of ubuntu without "-style cleanlook" parameters due to ubuntu's theme doing something unexpected. It worked everywhere we tested the SDK, but still failed for a lot of our users.

                Anything that is not provided by your distribution of choice is basically painful to use. The developers there make sure things will work together... without that polish stuff just does not work properly.

                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