esvg/doc/build.md

1.5 KiB

Build lib & build sample

@tableofcontents

Download:

esvg 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/generic-library/gtest-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/esvg.git
	cd ..

Build:

library:

	lutin -mdebug esvg

Sample:

	lutin -mdebug esvg-test

Run sample:

	lutin -mdebug esvg-test?run