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