Download EEL
Requirements
- Reasonably standards compliant C compiler
- Some operating system
- Autoconf 2.60 (Older might work)
- Automake 1.9.6 (Older might work)
- Libtool 1.5.22 (Older might work)
The code
- 2007-01-05: EEL 0.1.11
- 2006-01-17: EEL 0.1.8
- 2005-11-13: EEL 0.1.6
- 2005-04-17: EEL 0.1.4
- 2005-04-07: EEL 0.1.3
- 2005-04-04: EEL 0.1.2
- 2005-01-26: EEL 0.1.1
- 2005-01-11: EEL 0.1.0
Installing, Windows binaries
- Unzip wherever you like. (Though keep in mind that eelbox.exe and the DLLs need to stay put!)
- Double klick on any *.eel script and point Windows at eelbox.exe in the eelbox subdirectory
- You should now be able to run EEL scripts by double clicking on them
- Keep in mind that any text output (stdout/stderr) goes to stdout.txt and stderr.txt!
Testing, Windows
- In the 'test' subdir:
- To test EEL itself:
- Double click on the file test.eel
- Output is found in stdout.txt
- VM benchmarks:
- Double click on the file bench.eel
- Output is found in stdout.txt
- In the 'eelbox' subdir:
- Double click on the file test.eel.
(Some of the tests need to be
stopped by closing the window, or hitting the escape key.)
- Double click on the file chat.eel.
(Tip: Fire up two instances!)
Installing, Un*x-like systems
- Unpack to wherever you keep sources
- In the top dir:
- As root: (or add options for user install)
- In the 'eelbox' subdir:
- './configure'
- 'make'
- 'make install'
Testing
- In the 'test' subdir:
- To test EEL itself:
- VM benchmarks:
- 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!)
|
|
|
|
|
|