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:
3 git clone https://github.com/atria-soft/elog.git
Build:
library:
Sample:
1 lutin -mdebug elog-sample
2 lutin -mdebug elog-test
Or simple:
Run sample:
1 lutin -mdebug elog-sample?run