> Almost agree ;) It's basicly imposible to distribute linux software as an ISV
If your goal is to distribute only one "universal" binary, you are right this is seldom possible. If on the other hand you start from source then it often just works or with only a minor effort.
Porting your source code from one Unix vendor to the other was generally much more difficult than from one Linux distribution to the other. Simply because Linux distributions share most of their underlying source code.
Posted Jul 9, 2009 16:16 UTC (Thu) by khim (subscriber, #9252)
[Link]
If your goal is to distribute only one "universal" binary, you
are right this is seldom possible.
Your goal is to give
users
something they can use.
If on the other hand you start from
source then it often just works or with only a minor
effort.
...if you know how to install stuff from source. I
was
surprised at first when I found few years ago that some of my friends who
work as admins don't know C and don't know how to compile programs from
source... but then - why should they? It's rarely needed and when it's the
only possibility - they can contact me and I'll help them (at first it was
for free, later when I've tried to say "enough is enough" they just offered
me to pay for my skills and now everyone is happy). If even admins can not
compile stuff from source - what chance do you think "Joe Average" will
have?
Porting your source code from one Unix vendor to the other was
generally much more difficult than from one Linux distribution to the
other. Simply because Linux distributions share most of their underlying
source code.
Sure - this was the point in article. And
my point is that such effort is still required if you are talking
about programs for "normal users"... and there are more Linux distributions
then there were Unix vendors...
Minor effor for WHO?
Posted Jul 16, 2009 16:08 UTC (Thu) by Wol (guest, #4433)
[Link]
May I suggest you look at lilypond (www.lilypond.org). They distribute ONE universal binary which is pretty much guaranteed to run on ALL linux distros. (Firefox and OOo do the same ...)
And the tools lilypond uses to do that are open-source...