The program is distributed under the GNU GPL, see the accompanying
file "GPL" for details. The thinair directory contains parts of the
random number generator library "ThinAir", and is not under this
restriction. For its distribution, see 

http://www.anomaly.org/ThinAir

The trackball routines in the file trackball.c are 
(c) Copyright 1993, 1994, Silicon Graphics, Inc.
as taken from the "Penguin" program in the wxWindows glcanvas
implementation.

The L-Breeder program is based on Larens Lapre's "LParser" program. 


------------------------------------
Very brief installation instructions
------------------------------------

LINUX:
You must have a copy of the wxWindows header files and libraries 
(http://www.wxwindows.org) in order to compile L-Breeder. In 
addition, you will need a toolkit supported by wxWindows, such as 
GTK+. You will also need openGL headers and libraries.

The directory "LBreeder" contains the Makefile for linux. Ideally,
you should just have to change to the LBreeder directory and type 
"make all" in order to produce the binary, named "L-Breeder" which
will appear in this directory.

WINDOWS
You must have a copy of the wxWindows header files and libraries 
(http://www.wxwindows.org) in order to compile L-Breeder. I assume
that you have installed this in C:\wx2  (if not, you will need to
tweak the VC++ project file settings. You will also need openGL 
headers and libraries.

Place the LBreeder folder in C:\ then open the LBreeder_win folder
within this. LBreeder.dsw is the project file for MS VC++ 6.0.
You should just be able to open LBreeder.dsw and compile.

---------------------------------
if you come across any problems, e-mail
yan.wong@oum.ox.ac.uk
