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.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.
 
     |