Go to file
Andy Williams c2fd813ea6 eo-classes: Add an example using eolian to define a class heirarchy 2017-11-07 17:35:34 +00:00
c-cmdline Remove unneeded config references 2017-11-03 17:19:46 +00:00
c-eo-classes eo-classes: Add an example using eolian to define a class heirarchy 2017-11-07 17:35:34 +00:00
c-eo-intro Remove tracking of "finalized" during construction 2017-11-07 10:52:37 +01:00
c-gui Remove unneeded config references 2017-11-03 17:19:46 +00:00
c-lib Remove unneeded config references 2017-11-03 17:19:46 +00:00
c-lifecycle Remove unneeded config references 2017-11-03 17:19:46 +00:00
.gitignore ignore build dirs 2017-10-12 11:02:28 +01:00
README A little more info for compiling 2017-10-23 11:20:07 +01:00

README

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 - 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.