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.
|
4 years ago | |
---|---|---|
data | 4 years ago | |
doc | 6 years ago | |
packaging/pkgbuild | 5 years ago | |
pc | 7 years ago | |
po | 6 years ago | |
scripts | 6 years ago | |
src | 4 years ago | |
.arcconfig | 8 years ago | |
.gitignore | 4 years ago | |
AUTHORS | 6 years ago | |
COPYING | 4 years ago | |
COPYING.GPLv2 | 9 years ago | |
COPYING.GPLv3 | 4 years ago | |
COPYING.LGPL | 9 years ago | |
ChangeLog | 4 years ago | |
INSTALL | 4 years ago | |
NEWS | 4 years ago | |
README.md | 4 years ago | |
TODO | 4 years ago | |
description | 10 years ago | |
meson.build | 4 years ago | |
meson_options.txt | 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.
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