Codebase list libcdk-perl / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

-- $Id: README,v 1.11 2022/10/20 00:18:53 tom Exp $

Cdk Perl5 Extension,
Thomas Dickey Copyright 1999-2021,2022
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.