[Gambas-user] Runtime 10 files

mikeB mb at code-it.com
Tue Dec 19 19:35:25 CET 2017


mikeB 
here......................................................................................................
Here is what I'm doing at the present:
***************************off web site*********************************
All this software was programmed using "Gambas3  v3.10.0" .

VERY IMPORTANT: before installing any of this software you'll need to 
have or install the newest Gambas Library and  v10 Runtime files - most 
systems will not have these very new files installed yet. You'll only 
need to do this once!

Do so via the following 3 terminal commands:

sudo add-apt-repository ppa:gambas-team/gambas3

sudo apt-get update

sudo apt install gambas3-runtime

If the above command returns "TRUE" the RUNTIME files are  installed - 
if not, will give you the option to install.
*************************************************************************
If anyone knows how to improve this = that would be great!
mikeB




On 12/19/2017 10:35 AM, T Lee Davidson wrote:
> 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
> 
> 


More information about the User mailing list