[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

environment variables list?


Hi all,

I know of several environment variables that can be used in gambas3 ( and thus teh applications build with gambas3). Most of them I know simple by reading this mailing list for years.

Stuff like:
GB_GUI=gb.qt4
GB_GUI=gb.qt5
GB_GUI=gb.qt6
GB_GUI=gb.gtk3
is, I guess quite commonly known.

I, a while ago, asked if I could make make applications require x11 and Benoit delivered:
GB_GUI_PLATFORM=x11
This is probably a less know environment variable. Trying to find a list of them online seems impossible, so I was wondering, is there a list of environmental variables available somewhere, or do I need to dig into code to find out what gambas actually supports?

I would like to document this kind of stuff on both wiki and in my guides. Then a Project -> properties -> Environment tab could be better explained to newcomers to the language (and even old timers).

Few new once I got from the boss for testing some where:
GB_NO_JIT=1
GB_JIT_DEBUG=1

So, now there is at least a start of a list and what they do seems quite obvious from their name.
So, anyone any information on this, or maybe throw some in you know of.

gbWilly

[GambOS](https://gambos.gambas.one/)
[Gambas3 for Debian/Ubuntu](https://gitlab.com/gbWilly/gambas3-debian-repository)
[GambOS](https://gambos.gambas.one/)

...there is always a Catch if things go wrong!

Sent with [Proton Mail](https://proton.me/mail/home) secure email.

Follow-Ups:
Re: environment variables list?Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>