
# README for edje_editor #


Introduction
=======================================

edje_editor is an visual editor for edje file.
This is a prealpha state, don't expect nothing.


Dependencies
=======================================

 - Evas
 - Etk
 - Engrave
 - Ecore


Building and Installing
=======================================

./autogen
make
sudo make install


Running 
=======================================
Usage: 
   edje_editor [EDC | EDJ] [IMAGE_DIR] [FONT_DIR]

Example:
   edje_editor                #Open an empty file
   edje_editor default.edj    #Open the given EDJ
   edje_editor default.edc    #Open the given EDC

Note on open an EDC:
   To open an EDC file you must pass the IMAGE_DIR and FONT_DIR
   parameters. If not given the EDC directory is assumed.


Troubleshooting
=======================================

For now the only place to found support is the enlightenment-devel list
   
   <enlightenment-devel@lists.sourceforge.net>

When reporting bugs, try to be as precise as possible (which OS, which
distribution, what plugins you were trying, and so on).


