edi/README.md

24 lines
396 B
Markdown
Raw Normal View History

2014-02-21 16:32:26 -08:00
EDI - The Enlightened IDE
===
This is a project to create a complete IDE using EFL.
2014-06-28 06:20:55 -07:00
![EDI Logo](data/desktop/edi.png?raw=true)
2014-02-21 16:32:26 -08:00
Using autotools to install this software is the usual:
# ./autogen.sh
# make
# sudo make install
After that just launch
# edi
and it will prompt for a project (directory) location or you can specify like:
# edi ~/Code/myproject
to open the specified project.