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.
|
7 years ago | |
---|---|---|
data | 7 years ago | |
doc | 9 years ago | |
m4 | 9 years ago | |
packaging | 7 years ago | |
po | 10 years ago | |
src | 7 years ago | |
.arcconfig | 8 years ago | |
.gitignore | 9 years ago | |
AUTHORS | 9 years ago | |
COPYING | 8 years ago | |
COPYING.GPLv2 | 9 years ago | |
COPYING.LGPL | 9 years ago | |
ChangeLog | 8 years ago | |
INSTALL | 10 years ago | |
Makefile.am | 8 years ago | |
Makefile_Edje_Helper.am | 10 years ago | |
Makefile_Eolian_Helper.am | 8 years ago | |
NEWS | 7 years ago | |
README | 9 years ago | |
README.md | 9 years ago | |
TODO | 8 years ago | |
autogen.sh | 10 years ago | |
configure.ac | 7 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.
Requirements
autotools EFL & Elementary from git master (>= 1.14.99) libclang-dev (or llvm-clang-devel)
Installation
Using autotools to install this software is the usual:
./autogen.sh
make
sudo make install
Usage
After installing 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.