Dialog
From CBLFS
Jump to navigationJump to searchDownload Source: | http://hightek.org/dialog/dialog-0.7.tar.gz |
---|
Contents
Introduction to Dialog
Dialog is a utility to create nice user interfaces to shell scripts, or other scripting languages, such as perl. It is non-graphical (it uses curses) so it can be run in the console or an xterm.
Project Homepage: http://hightek.org/dialog
Dependencies
Non-Multilib
Compile the package:
make
Install the package:
make install
Multilib
32Bit
Compile the package:
make CC="gcc ${BUILD32}"
Install the package:
make install
N32
Compile the package:
make CC="gcc ${BUILDN32}" LIBDIR=/usr/lib32
Install the package:
make LIBDIR=/usr/lib32 install
64Bit
Compile the package:
make CC="gcc ${BUILD64}" LIBDIR=/usr/lib64
Install the package:
make LIBDIR=/usr/lib64 install