Home > ndialog

ndialog

Ndialog is a project mainly written in C++ and C, it's free.

Newt-based console dialog utility

ndialog

Display dialog boxes from shell.

This is similar to the dialog utility, with the exception that this one is based on Newt library (while dialog is based on ncurses).

Prerequisites

  1. libxml2
  2. libcurses
  3. libslang
  4. libnewt
  5. libtool
  6. autoconf
  7. automake
  8. g++

Installation

buildconf.sh
./configure
make install

Usage

./NDialog dialog.xml

Look into elements.xml for more information.

Previous:git-rormysql2