Overview   News   Download   Licensing   Features   Lists 
 
 olofson.net   Audiality 
 
EEL

Download EEL

Requirements

  • Reasonably standards compliant C compiler
  • Some operating system
  • Autoconf 2.63 (Older might work)
  • Automake 1.10.1 (Older might work)
  • Libtool 2.2.6 (Older might work)

The code

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:
    • './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!)
Valid HTML 4.01!
Copyright © 2005 David Olofson