Creating a installable user program for different distros
Muzer
muzerakascooby at gmail.com
Mon Jun 8 19:31:16 UTC 2009
Alain Muls wrote:
> Hi
>
> At our company we have a discussion.
>
> Currently we develop a Qt4 based program that gets installed on Windows
> and RedHat. A customer asked for a SuSE version, but my (windows)
> colleagues are reluctant to create a version for SuSE (and Ubuntu).
>
> I made the remark that they create a XP, Vista and 7 Windows version, so
> that creating 3 Linux versions would equal the WIndows job.
>
> My colleague answered that all window versions were the same :-(
>
> Is it possible to create 1 version for Linux installable on those 3
> Linux versions?
>
> Tx/Alain
>
>
Release the source code, let the user compile it :p
If that isn't an option (strictly closed source or stupid users who
refuse to learn things), then statically link it against Qt (so it won't
matter where the library is), then either create a Makeself archive
(these are popular with people like Google and NVIDIA) or package
.deb/rpm packages with checkinstall.
Muzer.
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/CM/IT d>++ s+:- a---- C+++ UL+++>++++ P+>+++ L+++>+++++ E---->--- W+++ N o? K? w--- O+ M-- V- PS PE? Y-- PGP- t+ 5? X- R-- tv+ b++ DI D G++ e- h! !r y
------END GEEK CODE BLOCK------
More information about the ubuntu-users
mailing list