-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
33 lines (21 loc) · 816 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Tk::Getopt
Tk::Getopt is an option editor for Perl/Tk. It also provides an
interface to Getopt::Long, so options may be entered at command line,
saved to an options file, or set in the option editor.
To install, type
cpan .
if you have a modern CPAN.pm, otherwise
perl Makefile.PL
make
make test
make install
For a demonstration you can type
make demo
after the "make" phase.
For Windows NT and ActiveState Perl, replace "make" with "nmake", if
you have the Visual C++ compiler available. Otherwise, just copy
Getopt.pm to C:\Perl\lib\site\Tk.
For Strawberry or Vanilla Perl, replace "make" with "dmake".
Additional requirements besides Tk are listed in the META.yml. (Even
Tk is not really a prerequisite, but it's highly recommended)
Send bug reports, comments and suggestions to [email protected]