Build lib & build sample

Download:

ejson 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/elog.git
4 git clone https://github.com/atria-soft/etk.git
5 git clone https://github.com/atria-soft/ememory.git
6 cd ..

sources:

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

Build:

library:

1 lutin -mdebug ejson

Sample:

1 lutin -mdebug ejson-sample

Run sample:

1 lutin -mdebug ejson-sample?run