Showing posts with label install perl tk on strawberry perl. Show all posts
Showing posts with label install perl tk on strawberry perl. Show all posts

Monday, January 9, 2012

Easy way to install TK on Strawberry PERL ON WINDOWS!!

Thanks to the reply to the post by Felipe (http://erez.wordpress.com/2008/08/11/strawberry-perl-forever/), here are the steps:
  1. Download Tk module from cpan (http://search.cpan.org/~srezic/Tk-804.030/) 
  2. Extract it to a folder. 
  3. Move it to C:\strawberry\perl\lib\ 
  4. Open Command Prompt 
  5. Go to cd C:\strawberry\perl\lib\foldername and pressed enter. 
  6. Then type: perl makefile.pl and pressed enter.. Wait for a few minutes till you see the command prompt. 
  7. Then type dmake test and press Enter. 
  8. Then type dmake install and press Enter.