edi/README.md

43 lines
765 B
Markdown
Raw Permalink Normal View History

2017-11-03 15:58:05 -07:00
Edi - The Enlightened IDE
2014-02-21 16:32:26 -08:00
===
2014-06-29 15:59:39 -07:00
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.
2014-02-21 16:32:26 -08:00
2017-11-03 15:58:05 -07:00
![Edi Logo](data/desktop/edi.png?raw=true)
## Requirements
meson
ninja
2020-04-01 02:31:28 -07:00
EFL latest release (>= 1.24.0)
libclang-dev (or llvm-clang-devel)
## Installation
Using meson and ninja to install this software is the usual:
2014-02-21 16:32:26 -08:00
meson build/
cd build
ninja
sudo ninja install
2014-02-21 16:32:26 -08:00
## Usage
After installing just launch
2014-02-21 16:32:26 -08:00
2014-06-29 15:59:39 -07:00
edi
2014-02-21 16:32:26 -08:00
and it will prompt for a project (directory) location or you can specify like:
2014-06-29 15:59:39 -07:00
edi ~/Code/myproject
2014-02-21 16:32:26 -08:00
to open the specified project.
Also included are handy utility apps that you can try
edi_build
edi_scm