Build lib & build sample

Download:

etk 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:

mkdir framework
cd framework
git clone https://github.com/atria-soft/elog.git
cd ..

sources:

cd framework
git clone https://github.com/atria-soft/etk.git
cd ..

Build:

library:

lutin -mdebug etk

test:

lutin -mdebug etk-test

Or simple:

lutin -mdebug etk-*

Run sample:

lutin -mdebug etk-test?run