INSTALL
=======

KNOWN SUPPORTED PLATFORMS
-------------------------

- Intel GNU/Linux Redhat 5.x 6.0 (primary platform)
- Intel NetBSD 1.3 (primary platform)
- Sparc NetBSD 1.3
- Linux PPC
- Alpha Digital Unix v4.0 (OSF1)

And probably on another...

Patches to make it work on other platforms are welcome.

REQUIREMENTS
------------

- X11R6
- make

OPTIONAL
--------

- Imlib
- libpng
- libtiff
- libxpm
- libgif
- libjpeg

INSTALLATION
------------
Decompress the archive and edit the ./EPIwm-0.5-4/epiwm/Makefile. If you
 don't have the Imlib, please comment like the following lines: 

IMLIB_INCLUDE_PATH 	= #`imlib-config --cflags`
IPATH   		= -I/usr/X11R6/include $(IMLIB_INCLUDE_PATH)
IMLIB_LIB_PATH 		= #`imlib-config --libs`
LPATH   		= -L/usr/X11R6/lib -L/usr/lib -lX11 -lXext $(IMLIB_LIB_PATH)

LOC	= /etc/X11/epiwm
OBJOPT  = -DLOC=\""$(LOC)"\" #-D__Imlib__ #-D__GNOME__ 	
EXEOPT  = #-D__Imlib__ #-D__GNOME__ 			
CFLAGS  = -02 -Wall
LDFLAGS = $(CFLAGS)


And then type: 

cd ./EPIwm-0.5-4
make

If you want to install EPIwm, you must be root. Just type: 

su
make install

Use EPIwm:
You must have a directory .epiwm in your home directory. If EPIwm is installed
on your system, just type epiwm.inst. It will create ~/.epiwm et copy usefull 
files. If EPIwm isn't installed, just type: 

cd ./EPIwm-0.5-4/config
mkdir ~/.epiwm
cp -R * ~/.epiwm

It's finished. You can launch EPIwm.
