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.
 
 
 
 
Alastair Poole 4cf0d7cbaa 0.8.0: RELEASE 4 years ago
data examples/templates: Update descriptions. 4 years ago
doc Remove old autotools build files - meson only now 6 years ago
packaging/pkgbuild Prep for 0.7.1 release 5 years ago
pc Fix pkg-config script. 7 years ago
po Up to date translations 6 years ago
scripts build: Fix chmod for DESTDIR builds 6 years ago
src 0.8.0: RELEASE 4 years ago
.arcconfig Add arc config 8 years ago
.gitignore gitignore: Ignore VIM .swp files!!! 4 years ago
AUTHORS AUTHORS: update to use my real name. 6 years ago
COPYING Examples: Introduce C# Examples. 4 years ago
COPYING.GPLv2 Clarify EDI licensing. 9 years ago
COPYING.GPLv3 Examples: Introduce C# Examples. 4 years ago
COPYING.LGPL Clarify EDI licensing. 9 years ago
ChangeLog UPDATE NEWS. 4 years ago
INSTALL Release: Prepare for 0.8.0 4 years ago
NEWS language: Tidy up loose ends (C #) 4 years ago
README.md README: Update 4 years ago
TODO Release: Prepare for 0.8.0 4 years ago
description Add a description 10 years ago
meson.build meson: specify 0.50 due to features. 4 years ago
meson_options.txt Better explanations of the build options 6 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

meson ninja EFL latest release (>= 1.24.0) libclang-dev (or llvm-clang-devel)

Installation

Using meson and ninja to install this software is the usual:

meson build/
cd build
ninja
sudo ninja 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.

Also included are handy utility apps that you can try

edi_build
edi_scm