Requirements:
=============

- Basic obvious stuff
	If you will build Ticker.app, make sure you have gcc (or some Other ANSI
	C compiler).the X header files installed.

- X11R6.x
	Ticker.app can NOT be compiled in older versions of X, like X11R5 or
	X11R4. Upgrading the client libraries (Xlib, Xext) will help if you
	can't upgrade the server.

- libXPM 4.7 or newer
	Older versions may not work.
	Available at ftp://sunsite.unc.edu/pub/Linux/libs/X/


Installation:
=============

1: tar -zxvf ticker.app-<version>.tar.gz
2: cd ticker.app-<version>
3: ./configure
4: make
5: su root
6: make install (or 'make install-strip')
7: ticker.app &

NOTE: Non-GNU make may not work.
      e.g.) it doesn't work under OpenBSD when you run 'make clean'
