Installation Instructions
*************************

Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
2006, 2007, 2008, 2009 Free Software Foundation, Inc.

   Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.

Basic Installation
==================

It is possible to use X11, Win32-API or SDL1.2 as a UI platform. 
On Unix systems You should use X11 or SDL1.2 (http://www.libsdl.org/)
On Windows you could use either native API, native SDL library or X11/SDL
through CYGWIN

If libraries are installed in non-standard location update CPPFLAGS and LDFLAGS
environment variables and run waf:
$ ./waf configure [--platform=sdl/win/x11]
$ ./waf

