File: README

package info (click to toggle)
libcdk-perl 20230205-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,732 kB
  • sloc: perl: 6,146; sh: 3,503; makefile: 28
file content (41 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download
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
-- $Id: README,v 1.12 2023/02/05 14:43:40 tom Exp $

Cdk Perl5 Extension,
Thomas Dickey Copyright 1999-2022,2023
Mike Glover, Copyright 1995-1999

------------------------------------------------------------------------------

This is the Perl5 extension to the Cdk library written by Mike Glover.
See MANIFEST for a list of files provided with this extension.
See COPYING for the licensing terms for this package.
See
	https://invisible-island.net/cdk/
	ftp://ftp.invisible-island.net/cdk/
for the current version of this package.

How to build/install:
---------------------

1.  Make sure that Cdk (the C library libcdk and its header files) are
    installed.  For example
	/usr/local/include/cdk/cdk.h (and other files)
	/usr/local/lib/libcdk.a (and perhaps a shared-library)

2.  Run the configure script; it should find the Cdk library and header files.

3.  Run these commands
	make
	make install

Testing the Cdk extension:
--------------------------

There are several examples in the subdirectories of this package:

    demo
	contains a few simple application programs.
    examples
	contains scripts which demonstrate each widget separately.
    fulldemo
	combines all of the widgets into a menu-driven application.