[Gambas-user] Runtime 10 files

T Lee Davidson t.lee.davidson at gmail.com
Tue Dec 19 18:35:04 CET 2017


On 12/19/2017 02:45 AM, Rolf-Werner Eilert wrote:
> The script would
> 
> 1) Find out which Gambas version is on the machine
> 1a) Find out if Gambas-runtime-only or complete on the machine
> 2) Find out which install system (deb or rpm / apt or zypper)
> 3) Install latest Gambas runtime or complete from the repos, if necessary
> 4) Install included version of your program

Great idea, Rolf.

However, I think you'd be making it a bit more complicated than it needs to be as I have a tendency to do sometimes.

A complete Gambas installation (ie. with IDE and all its dependencies) is not required for a mere application install. A
developer should be savvy enough to figure out how to do that if desired.

But, a regular user might indeed appreciate some simple installation streamlining as Mike is attempting.

Oh, and don't forget yum. You might also want to be careful of (mis?)representation, eg.:

~> which apt-get
/usr/bin/apt-get

~> which zypper
/usr/bin/zypper

~> apt-get --version
zypper 1.13.38

~> zypper --version
zypper 1.13.38


-- 
Lee


More information about the User mailing list