PROGRAM
xcmdmenu (version 1.6)
CHANGES from 1.4
added general fallback configuration file.
CHANGES from 1.3
added scrollbars.
DESCRIPTION
The xcmdmenu program allows the user to run a user-
configured command panel on a workstation display running X.
Each xcmdmenu is composed of buttons, each of which may be
configured to run a shell command using the Bourne shell
sh(1). Buttons without associated commands are merely used
as labels.
COMPILATION
Assuming a good X installation at your site, simply:
xmkmf ; make
otherwise try:
make -f Makefile.dst
or perhaps
make -f Makefile.dst Makefile ; make
Output from make here at math.fu-berlin.de while compiling xcmdmenu.
$ xmkmf ; make
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/vol/X11R6/lib/X11/config
gcc -fpcc-struct-return -c -O2 -I/vol/X11R6/include \
-DXCMDMENU_CONFIG=\"/vol/X11R6/lib/X11/xcmdmenu.cfg\" xcmdmenu.c
rm -f xcmdmenu
gcc -fpcc-struct-return -o xcmdmenu -O2 -L/vol/X11R6/lib xcmdmenu.o \
-lXaw -lXmu -lXt -lSM -lICE -lXext -lX11
CONFIGURATION
Defaults to the file .xcmdmenu in the current directory, or secondly
in the user's home directory.
See the manual page or .txt file for detail.
___________________________________________________________________________
Christopher Alex. North-Keys Unix Systems Analyst
erlkonig@gnu.ai.mit.edu Group Talisman
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~