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.
 
 
 
 
Andy Williams 45715c69e8 update intro docs for newer build requirements etc 9 years ago
data Fix casing of app in desktop icon 9 years ago
doc Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
elm_code Update to latest eolian (getting stable we hope). 9 years ago
m4 rework configure.ac, remove attribute and quicklaunch 9 years ago
packaging Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
po Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
src better crash fix - mimic standard free() method 9 years ago
.gitignore config: save project config in the project dir 9 years ago
AUTHORS An update to get closer to make check passing for windows. 9 years ago
COPYING Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
ChangeLog add a main menu to EDI 9 years ago
GPLv2.txt Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
INSTALL Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
Makefile.am Fix issue referencing missing file 9 years ago
Makefile_Edje_Helper.am Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
Makefile_Eolian_Helper.am Fix issues with distcheck. 9 years ago
NEWS Summarise the changes that elm_code editor brings 9 years ago
README update intro docs for newer build requirements etc 9 years ago
README.md update intro docs for newer build requirements etc 9 years ago
TODO menu: flesh out our application menu 9 years ago
autogen.sh Output of eflprj with a couple of tweaks - and EDI is born 10 years ago
configure.ac Use portable eina util methods for paths. 9 years ago
description Add a 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.

EDI Logo

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.