edi/README.md

27 lines
623 B
Markdown
Raw Normal View History

2014-02-21 16:32:26 -08:00
EDI - The Enlightened IDE
===
2014-06-29 15:59:39 -07:00
This is a project to create a complete IDE using the EFL.
It aims to lower the barrier to getting involved in Enlightenment development
and in creating apps based on the EFL suite.
2014-02-21 16:32:26 -08:00
2014-06-28 06:20:55 -07:00
![EDI Logo](data/desktop/edi.png?raw=true)
2014-06-29 15:59:39 -07:00
Please make sure you have the EFL and Elementary at least 1.8 installed before you build.
2014-02-21 16:32:26 -08:00
Using autotools to install this software is the usual:
2014-06-29 15:59:39 -07:00
./autogen.sh
make
sudo make install
2014-02-21 16:32:26 -08:00
After that just launch
2014-06-29 15:59:39 -07:00
edi
2014-02-21 16:32:26 -08:00
and it will prompt for a project (directory) location or you can specify like:
2014-06-29 15:59:39 -07:00
edi ~/Code/myproject
2014-02-21 16:32:26 -08:00
to open the specified project.