cdk5-config

Development files for cdk

Install

All systems
curl cmd.cat/cdk5-config.sh
Debian Debian
apt-get install libcdk5-dev
Ubuntu
apt-get install libcdk5-dev
image/svg+xml Kali Linux
apt-get install libcdk5-dev
Fedora
dnf install cdk-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libcdk5-dev
OS X
brew install cdk
Raspbian
apt-get install libcdk5-dev

cdk-devel

Development files for cdk

libcdk5-dev

C-based curses widget library (development files)

CDK stands for "Curses Development Kit". CDK sits on top of the curses library and provides 22 ready to use widgets for rapid application development of text-based interfaces. CDK delivers many of the common widget types required for a robust interface. Widgets can be combined to create complex widgets if needed. This package contains the header files and development libraries for the CDK library. Home page: http://invisible-island.net/cdk/

cdk

CDK stands for "Curses Development Kit". It contains a large

number of ready to use widgets which facilitate the speedy development of full screen curses programs.