examples/README

17 lines
551 B
Plaintext
Raw Normal View History

2017-10-11 15:33:04 -07:00
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.
2017-10-23 03:20:07 -07:00
For C we are using meson to build - the standard steps are:
* meson build/
2017-10-23 03:20:07 -07:00
* cd build
* ninja
if, however, you have Edi installed then the edi_build command will run the appropriate steps automatically.
2017-10-11 15:33:04 -07:00
Directory naming is <type>/<language>/<name> please be careful to namespace example binaries in case they are installed by the user.
2017-10-11 15:33:04 -07:00