A little more info for compiling

This commit is contained in:
Andy Williams 2017-10-23 11:20:07 +01:00
parent e7390f49c7
commit de2557f2f4
1 changed files with 7 additions and 1 deletions

8
README
View File

@ -4,7 +4,13 @@ Examples
A group of new,clean examples that demonstrate EFL in various languages.
EFL usage in here should be using the latest APIs where possible and use supported languages and build systems.
For C we are using meson to build - if you have Edi installed then the edi_build command will work as normal.
For C we are using meson to build - the standard steps are:
* mesin build/
* cd build
* ninja
if, however, you have Edi installed then the edi_build command will run the appropriate steps automatically.
Directory naming is <language>-<examplename> please be careful to namespace example binaries in case they are installed by the user.