Build lib & build sample
Table of Contents
Download:
elog use some tools to manage source and build it:
lutin (build-system):
pip install lutin --user
# optionnal dependency of lutin (manage image changing size for application release
pip install pillow --user
dependency:
no dependency
sources:
mkdir framework
cd framework
git clone https://github.com/atria-soft/elog.git
cd ..
Build:
library:
lutin -mdebug elog
Sample:
lutin -mdebug elog-sample
lutin -mdebug elog-test
Or simple:
lutin -mdebug elog-*
Run sample:
lutin -mdebug elog-sample?run