Go to file
NorwayFun e9d30f6cd3 po: add Georgian 2022-10-27 11:42:30 -07:00
data meson: fix build with meson 0.61.0 2022-02-23 15:14:37 +00:00
doc Remove old autotools build files - meson only now 2017-10-21 22:37:31 +01:00
packaging/pkgbuild Prep for 0.7.1 release 2019-05-03 16:37:30 +01:00
pc Fix pkg-config script. 2016-11-20 22:08:59 +00:00
po po: add Georgian 2022-10-27 11:42:30 -07:00
scripts build: Fix chmod for DESTDIR builds 2017-11-24 13:00:03 +00:00
src edi_main: Fix "use after free" compiler warning 2022-10-19 09:11:07 -04:00
.arcconfig Add arc config 2016-02-21 18:18:31 +00:00
.gitignore gitignore: Ignore VIM .swp files!!! 2020-01-03 14:43:48 +00:00
AUTHORS AUTHORS: update to use my real name. 2018-03-22 15:36:57 +00:00
COPYING Examples: Introduce C# Examples. 2020-03-06 15:36:47 +00:00
COPYING.GPLv2 Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
COPYING.GPLv3 Examples: Introduce C# Examples. 2020-03-06 15:36:47 +00:00
COPYING.LGPL Clarify EDI licensing. 2015-06-01 14:07:36 +01:00
ChangeLog UPDATE NEWS. 2020-04-01 15:17:14 +01:00
INSTALL Release: Prepare for 0.8.0 2020-04-01 10:12:20 +01:00
NEWS language: Tidy up loose ends (C #) 2020-04-01 23:36:24 +01:00
README.md README: Update 2020-04-01 10:31:28 +01:00
TODO Release: Prepare for 0.8.0 2020-04-01 10:12:20 +01:00
description Add a description 2014-02-12 23:04:22 +00:00
meson.build edi: back into development. 2020-05-22 19:43:50 +01:00
meson_options.txt Better explanations of the build options 2018-05-17 13:40:40 +01:00

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