Build lib & build sample

Download:

exml 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
git clone https://github.com/atria-soft/ememory.git
cd ..

sources:

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

Build:

library:

lutin -mdebug exml

Sample:

lutin -mdebug exml-sample

Run sample:

lutin -mdebug exml-sample?run