in reply to Install Tk-804.030 with Perl 5.12.3 on Windows 7
Are you running ActiveState Perl or Strawberry Perl? If ActiveState then you need to install a C compiler and build tools. To install these from the command line:
ppm install MinGWOnce that's installed (again, from the command prompt):
cpan TkNote that as others have stated previous versions of Tk are installable via PPM.
Update: For clarification I just installed this using Strawberry Perl v5.12.3 on Windows XP.
Update 2: ppm error fixed. I forgot the install part.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Install Tk-804.030 with Perl 5.12.3 on Windows 7
by n67_hp (Initiate) on Apr 27, 2012 at 06:47 UTC | |
by marto (Cardinal) on Apr 27, 2012 at 08:22 UTC |