Build lib & build sample

Download:

elog use some tools to manage source and build it:

lutin (build-system):

1 pip install lutin --user
2 # optionnal dependency of lutin (manage image changing size for application release
3 pip install pillow --user

dependency:

no dependency

sources:

1 mkdir framework
2 cd framework
3 git clone https://github.com/atria-soft/elog.git
4 cd ..

Build:

library:

1 lutin -mdebug elog

Sample:

1 lutin -mdebug elog-sample
2 lutin -mdebug elog-test

Or simple:

1 lutin -mdebug elog-*

Run sample:

1 lutin -mdebug elog-sample?run