Copyright (C) 2004 Billy Biggs. This file is free documentation; Billy Biggs gives unlimited permission to copy, distribute and modify it. Installing X Window Information =============================== This is the source code distribution of X Window Information. Please check to see if this application is packaged for your operating system. Compiling X Window Information ============================== X Window Information includes a configure script to enable you to customize your installation. By default, running configure without options will have the application install itself and all required files under /usr/local. To instead use paths according to the Filesystem Hierarchy Standard, we recommend you run configure with these options: ~/wininfo-0.7$ ./configure --prefix=/usr This will have the application use /usr/bin for its executables and /usr/share for icons and menu entries. Next, compile using make. ~/wininfo-0.7$ make And then, install as root. ~/wininfo-0.7$ su /home/user/wininfo-0.7# make install Running X Window Information ============================ X Window Information should be found in the Applications menu of your desktop environment, or may be run from the command line as 'wininfo'.