forked from enlightenment/edi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
data | 9 years ago | |
doc | 10 years ago | |
elm_code | 9 years ago | |
m4 | 9 years ago | |
packaging | 10 years ago | |
po | 10 years ago | |
src | 9 years ago | |
.gitignore | 9 years ago | |
AUTHORS | 9 years ago | |
COPYING | 10 years ago | |
ChangeLog | 9 years ago | |
GPLv2.txt | 10 years ago | |
INSTALL | 10 years ago | |
Makefile.am | 9 years ago | |
Makefile_Edje_Helper.am | 10 years ago | |
Makefile_Eolian_Helper.am | 9 years ago | |
NEWS | 9 years ago | |
README | 10 years ago | |
README.md | 10 years ago | |
TODO | 9 years ago | |
autogen.sh | 10 years ago | |
configure.ac | 9 years ago | |
description | 10 years ago |
README.md
EDI - The Enlightened IDE
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.
Please make sure you have the EFL and Elementary at least 1.8 installed before you build. 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.