                   E N D E A V O U R   M A R K   I I

                   L I B R A R Y   A P I   D E M O S

           http://www.battlefieldlinux.com/wolfpack/Endeavour2/


             Copyright (C) 1997-2007 WolfPack Entertainment

               http://www.battlefieldlinux.com/wolfpack/


	These are demos use the Endeavour2 API library, they demostrate
	how to write other programs and libraries that use the
	Endeavour2 API.


---------
LOCATIONS

	These locations specify the locations of the Endeavour2 API
	Library related files at their standard global installed
	locations.

	Header file:

	/usr/lib/endeavour2/include/endeavour2.h


	Library:

	/usr/lib/libendeavour2.so


	Configuration program:

	/usr/bin/endeavour2-config


	Use endeavour2-config to obtain the compile time configuration
	values, for example:

	# cc `glib-config --cflags --libs`			\
		'endeavour2-config --cflags --libs'		\
		myprogram.c


---------------
GETTING STARTED

	Make sure that you have Endeavour Mark II and the Endeavour
	Mark II API library compiled and installed before attempting to
	compile these demos. You also need to run Endeavour Mark II
	at least once before running any of these demos in order for
	the local configuration files to be installed.

	You should start by looking at the source file "helloworld.c"
	and the header files in "/usr/lib/endeavour2/include/".

	The Makefile for these demos is set up to compile all the
	demos, just type:

	# gmake clean
	# gmake all

	Before running any of these demos, you should have Endeavour 2
	already running. Some of these demos will produce affects on
	an already running process of Endeavour 2 and by not running
	Endeavour 2 you will miss out on seeing some of the intended
	results.

                                                         
                                                       -----------------
                                                       ENDEAVOUR MARK II

