Build lib & build sample

Download:

egami use some tools to manage source and build it:

lutin (build-system):

1 pip install lutin --user
2 # optionnal dependency of lutin (manage image changing size for application release)
3 pip install pillow --user

dependency:

1 mkdir framework
2 cd framework
3 git clone https://github.com/atria-soft/etk.git
4 git clone https://github.com/atria-soft/exml.git
5 git clone https://github.com/atria-soft/esvg.git
6 git clone https://github.com/atria-soft/egami.git
7 git clone https://github.com/generic-library/gtest-lutin.git --recursive
8 git clone https://github.com/generic-library/z-lutin.git --recursive
9 git clone https://github.com/generic-library/png-lutin.git --recursive
10 git clone https://github.com/generic-library/edtaa3-lutin.git --recursive
11 git clone https://github.com/generic-library/z-lutin.git --recursive
12 cd ..

sources:

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

Build:

library:

1 lutin -mdebug egami

Sample:

1 lutin -mdebug egami-sample

Run sample:

1 lutin -mdebug egami-sample?run