[Gambas-user] check 4 Gambas Runtime files?

Tobias Boege taboege at gmail.com
Fri Dec 15 09:34:30 CET 2017


On Fri, 15 Dec 2017, Rolf-Werner Eilert wrote:
> Would it be possible to keep "runtime" and "IDE" parts of Gambas strictly
> apart? For users just installing a Gambas application, the installation
> script would only have to look for the latest runtime part. Just like with
> Python, Java etc.
> 

But this is what we do, no? There's a package gambas3-runtime and a separate
package gambas3-ide. If your distribution doesn't have these two, it is
packaging Gambas incorrectly [1]. They might provide a package group called
"gambas3" on top, which contains everything, for convenience.

If you make an installation package of your program, the runtime will be a
dependency, but the IDE very likely not. AFAICS, Python and Java don't have
an official IDE for the language. You're free to ignore the IDE to have
the same effect.

Regards,
Tobi

[1] http://gambaswiki.org/wiki/howto/package

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk


More information about the User mailing list