Codebase list libcdk-perl / 323be757-4711-436e-8e09-047cc9c7cc7c/main
323be757-4711-436e-8e09-047cc9c7cc7c/main

Tree @323be757-4711-436e-8e09-047cc9c7cc7c/main (Download .tar.gz)

-- $Id: README,v 1.7 2015/09/29 01:05:08 tom Exp $

Cdk Perl5 Extension,
Mike Glover, Copyright 1995-1999
Thomas Dickey modifications copyright 1999-2014,2015

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

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
	http://invisible-island.net/cdk/
	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.