packages icon
***********************************************************************
                         Equinox desktop environment
  		        (Eq panel + Eqwm -  v. 0.3)         
	     Equinox Desktop Panel for Equinox Desktop Environment                 
	     Equinox Window Manager for Equinox Desktop Environment                                 
***********************************************************************

WHAT YOU NEED FOR IT ?
**********************
GLIBC - standard staff
X11   - standard staff
XPM   - standard staff	
FLTK  - www.agilinux.com/fltk - need to be installed (only for source distribution)
******************************************************************************
ldd on eqpanel binary:
	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40020000)
	libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400ee000)
	libdl.so.2 => /lib/libdl.so.2 (0x400fc000)
	libm.so.6 => /lib/libm.so.6 (0x400ff000)
	libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x4011f000)
	libc.so.6 => /lib/libc.so.6 (0x4012e000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

ldd on eqwm binary:
	libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40020000)
	libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400ee000)
	libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x400fc000)
	libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40105000)
	libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x4011c000)
	libc.so.6 => /lib/libc.so.6 (0x4012b000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
******************************************************************************

INSTALLATION
************

* if compiling from source
1. cd to eqwm, make, make install
2. cd to eqpanel, make, make install

* if installing binary
1. copy "usr" dir to "usr" dir on your Linux
2. copy ".fltk" dir to your home directory (ex. /root/.fltk)

*************************************
Bugs reports, ideas to cortex@post.sk

*******************************************************************************
Copyright (C) 2000 Martin Pekar <cortex@post.sk>
*******************************************************************************
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.