|
|
To use the menu routines, you specify
#include <menu.h>in your C program files and compile and link with the command line
cc [ flags ] files -lmenu -locurses [ libraries ]If you use the panel routines as well, specify -lpanel before -locurses on the command line.