Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 582 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 582 Bytes

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.