Build lib & build sample
Table of Contents
Download:
ethread 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
sources:
cd framework
git clone https://github.com/atria-soft/ethread.git
cd ..
Build:
library:
lutin -mdebug ethread