[Qt-interest] Linux deployment

Thiago Macieira thiago.macieira at trolltech.com
Mon Sep 7 20:27:22 CEST 2009


Em Segunda-feira 7. Setembro 2009, às 20.56.55, Info escreveu:
> Hi,
> 
> Just wondering what is the accepted/common way to deploy QT apps on
> Linux, I've finally cracked OSX deployment but have no clue where to
> start with Linux as I've only ever installed applications via source
> or Yum/Apt. So how would I deploy an application with Qt libraries on
> a Linux platform?

Hello

Usually, you don't do the work of the deployment on Linux. You just release 
the source and let Linux distributions package it.

If releasing the source is not an option for you, or if you want to create 
deployment, there are a couple of options:

1) create a binary installer, like we've done for the Qt SDK. See the BitRock 
installer, for example. Another one is the Loki installer (the one that Google 
Earth uses).

2) create .deb and .rpm packages for the most common distributions. You can 
use the OpenSUSE Build Service (for open source apps only) to create the 
packages for most distributions for you, not just OpenSUSE -- you won't have 
to install and maintain them.

-- 
Thiago Macieira - thiago.macieira (AT) nokia.com
  Senior Product Manager - Nokia, Qt Development Frameworks
     Sandakerveien 116, NO-0402 Oslo, Norway

Qt Developer Days 2009 | Registration Now Open!
Munich, Germany: Oct 12 - 14     San Francisco, California: Nov 2 - 4
      http://qt.nokia.com/qtdevdays2009




More information about the Qt-interest-old mailing list