-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (28 loc) · 1023 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
34
35
36
37
38
39
40
41
Tkx-FindBar
This module defines a Perl Tkx megawidget that provides a toolbar for
incremental searching of a Tk text widget.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
Alternatively, you can use the following commands to install with
ExtUtils::MakeMaker:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
Perl 5.006
Tkx
COPYRIGHT AND LICENSE
Copyright (C) 2008-2009 by Michael Carman
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
The icons are Copyright (C) the Tango Desktop Project[1]. They are used under
the terms of the Creative Commons Attribution-Share Alike License[2]. They're a
heck of a lot better than anything I could come up with, so I'm grateful for
being able to use them. Thanks, guys!
[1] http://tango.freedesktop.org/Tango_Desktop_Project
[2] http://creativecommons.org/licenses/by-sa/2.5/