About

The edje_utils tarball is a self-contained archive which includes the following libraries from  Enlightenment project :

It provides the  Edje Compiler (edje_cc) and  De-compiler (edje_decc) utilities necessary to create Edje themes.

Downloads

Edje utils tarball (snapshot from E svn of August 21st 2008):  edje_utils.tar.gz

How To

  • Download  edje_utils.tar.gz
  • Extract the tarball.This will create a directory called edje_utils
  • Set E_PREFIX environment variable:
    $ export E_PREFIX=<path_to_edje_utils_dir>/usr
    
  • Add libraries dir to LD_LIBRARY_PATH environment variable
    $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path_to_edje_utils_dir>/usr/lib
    
  • Add binaries dir to PATH environment variable
    $ export PATH=$PATH:<path_to_edje_utils_dir>/usr/bin