![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^4: Tk installation fails on Windows 10 with strawberry perlby syphilis (Archbishop) |
on Oct 04, 2020 at 23:45 UTC ( #11122541=note: print w/replies, xml ) | Need Help?? |
Much thanks, but now how do I install it? cpan -i Tk Duh ... the source needs to be altered, doesn't it :-( Download https://cpan.metacpan.org/authors/id/S/SR/SREZIC/Tk-804.035.tar.gz cd to your local directory in which Tk-804.035.tar.gz resides. Run: tar zxvf Tk-804.035.tar.gz Run: cd Tk-804.035 Make the changes to encGlue.c specified in the earlier part of this thread. Run: perl Makefile.PL Run: gmake test Run: gmake install Cheers, Rob
In Section
Seekers of Perl Wisdom
|
|