[Gambas-user] Runtime 10 files
T Lee Davidson
t.lee.davidson at gmail.com
Tue Dec 19 19:50:33 CET 2017
Mike,
Is 'If the above command returns "TRUE" the RUNTIME files are installed' now obsolete?
And, I could very well be wrong, not being on a deb-based system, but shouldn't "apt install" actually be "apt-get install"?
Oh, and it may be a little nit-pick, but to avoid possible confusion on the part of your readers: it's not a "v10" runtime, it's
a v3.10.0 runtime. And, in "Gambas3 v3.10.0" the first '3' is redundant. ;-)
--
Lee
On 12/19/2017 01:35 PM, mikeB wrote:
> 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
>>
>>
>
> --------------------------------------------------
>
> This is the Gambas Mailing List
> https://lists.gambas-basic.org/listinfo/user
>
> Hosted by https://www.hostsharing.net
More information about the User
mailing list