EEL - The Extensible Embeddable Language

Navigation

Home
Get EEL!
Documentation
Licensing
Site best viewed with any reasonably standards compliant browser.

(The instructions below apply to EEL 0.3.6. EEL 0.3.7 will use CMake instead of Autotools, and eelbox has been integrated as a set of optional modules.)

Installing, Un*x-like systems

Unpack to wherever you keep sources.
In the top dir:

	'./configure'
	'make'

As root: (or add options for user install)

	'make install'

In the 'eelbox' subdir:

	'./configure'
	'make'
	'make install'

Testing

In the 'test' subdir;
To test EEL itself:

	'eel test'

VM benchmarks:

	'eel bench'

Building against the EEL library:

	'./configure'
	'make'
	'./eeltest'

In the 'eelbox' subdir:

	'eelbox test'

(Some of the tests need to be stopped by closing the window, or hitting the escape key.)

	'eelbox chat'

(Tip: Fire up two instances!)

Download

Requirements

EEL should be reasonably easy to build on any platform with a C compiler. To do interesting stuff, SDL 1.2 with SDL_image and SDL_net, and Audiality 2 are nice to have too.

Links