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.
|
5 years ago | |
---|---|---|
apps/c/texteditor | 5 years ago | |
reference/c | 5 years ago | |
tutorial/c | 5 years ago | |
.gitignore | 5 years ago | |
README | 5 years ago |
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:
* meson build/
* cd build
* ninja
if, however, you have Edi installed then the edi_build command will run the appropriate steps automatically.
Directory naming is <type>/<language>/<name> please be careful to namespace example binaries in case they are installed by the user.