Thread Erste Schritte mit Tk (3 answers)
Opened by Achim at 2012-06-19 10:43

Gast Achim
 2012-06-19 11:02
#159154 #159154
Ich bin wie folgt vorgegangen:
1.) "ActivePerl-5.10.0.1004-MSWin32-x86-287188"
2.) perl -MCPAN -e shell;
Perl will load the module CPAN (-MCPAN), and execute (-e) the shell subroutine contained in the module. If this is your first time executing the script, it will ask you configuration questions. If you are unsure of the answers, just hit Enter. In most cases, the defaults are appropriate for your system. Eventually, you will be dropped into a "cpan>" prompt. At this point, you can type "h" for help, or go directly to the next step. To finish configuration, there are a few optional modules you should install just to make things a little easier. (If you are on a slow connection, you might want to skip installing the optional modules steps.)

Install Internet communications modules (optional):
cpan> install Bundle::libnet

Upgrade CPAN (optional):
install Bundle::CPAN
reload CPAN

Now, build and install Tk:
install Tk
Last edited: 2012-06-19 11:05:45 +0200 (CEST)

View full thread Erste Schritte mit Tk