esignal/doc/build.md
2016-04-08 22:26:40 +02:00

1.5 KiB

Build lib & build sample

@tableofcontents

Download:

esignal 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
	git clone https://github.com/atria-soft/etk.git
	git clone https://github.com/atria-soft/ememory.git
	cd ..

sources:

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

Build:

library:

	lutin -mdebug esignal

Sample:

	lutin -mdebug esignal-sample
	lutin -mdebug esignal-test

Or simple:

	lutin -mdebug esignal-*

Run sample:

	lutin -mdebug esignal-sample?run