This is a RFC:
currently, the Windows installer offers to automatically install the bundled GTK runtime environment or to skip the installation of the corresponding files.
Actually, this option refers not only to the GTK runtime environment but also to the C/C++ runtime environment (libgcc_s_dw2-1.dll, libstdc++-6.dll, libwinpthread-1.dll) but this is not mentioned in the installer.
Some days ago, a Geany user reported this fact via PM to me, it is also reported in #976.
acd4a92 will include the necessary C runtime libraries into the base installation, without any chance for the user to disable it. That way users still have to choice to use a seperate GTK stack but don't need to think about the C runtime.
d92c690 will keep installing the bundled C runtime only when also the bundled GTK runtime is installed. But the title as well as the description of the option to omit installing those files is reworded to make more clear this affects the C and GTK runtime and skipping them might cause problems.
I don't have a strong opinion on which way we want to go, but certainly the current situation need to be improved.
Please do not merge yet. Both commits are mutually exclusive, we should merge only one of them.
Fixes #976.
https://github.com/geany/geany/pull/1108
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.