Build lib & build sample

Download:

egami 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/etk.git
git clone https://github.com/atria-soft/exml.git
git clone https://github.com/atria-soft/esvg.git
git clone https://github.com/atria-soft/egami.git
git clone https://github.com/generic-library/gtest-lutin.git --recursive
git clone https://github.com/generic-library/z-lutin.git --recursive
git clone https://github.com/generic-library/png-lutin.git --recursive
git clone https://github.com/generic-library/edtaa3-lutin.git --recursive
git clone https://github.com/generic-library/z-lutin.git --recursive
cd ..

sources:

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

Build:

library:

lutin -mdebug egami

Sample:

lutin -mdebug egami-sample

Run sample:

lutin -mdebug egami-sample?run