etk/doc/build.md
2016-04-08 22:14:28 +02:00

1.3 KiB

Build lib & build sample

@tableofcontents

Download:

etk 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/elog.git
	cd ..

sources:

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

Build:

library:

	lutin -mdebug etk

test:

	lutin -mdebug etk-test

Or simple:

	lutin -mdebug etk-*

Run sample:

	lutin -mdebug etk-test?run