On 8/28/22 09:21, ToddAndMargo via perl6-users wrote:
Hi All,
Is there a way to convert a Windows Raku program to
to an executable (.exe) file?
Many thanks,
-T
My target is to create a diaglog box
with GLADE that allow for certain
Windows registry settings to be set
by the users with a GUI.
Having an exe would get me around 1)
installing and maintaining Raku, 2) installing
and maintaining Git (needed for zef to work),
and the delay problems compiling the program
(the .precomp workaround should work as there
would not be a lot of maintencnce)