ethread/doc/build.md

908 B

Build lib & build sample

@tableofcontents

Download:

ethread 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

sources:

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

Build:

library:

	lutin -mdebug ethread