update intro docs for newer build requirements etc

This commit is contained in:
Andy Williams 2015-05-21 14:04:44 +01:00
parent 6124bf4e54
commit 45715c69e8
2 changed files with 28 additions and 4 deletions

19
README
View File

@ -1,7 +1,19 @@
EDI - The Enlightened IDE EDI - The Enlightened IDE
=== ===
This is a project to create a complete IDE using EFL. 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
---
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: Using autotools to install this software is the usual:
@ -9,7 +21,10 @@ Using autotools to install this software is the usual:
# make # make
# sudo make install # sudo make install
After that just launch Usage
---
After installing just launch
# edi # edi

View File

@ -7,14 +7,23 @@ and in creating apps based on the EFL suite.
![EDI Logo](data/desktop/edi.png?raw=true) ![EDI Logo](data/desktop/edi.png?raw=true)
Please make sure you have the EFL and Elementary at least 1.8 installed before you build. ## 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: Using autotools to install this software is the usual:
./autogen.sh ./autogen.sh
make make
sudo make install sudo make install
After that just launch ## Usage
After installing just launch
edi edi