	./configure
	# build what need to be built
	make
	# create the database
	make database
	# create the configuration file
	make conf
	# install the backend scripts and the translation files
	make install

	
	# OR do all of the above all at once
	./configure && make savane
	
If you use the backend, read also etc/README.

(please read carefully INSTALL.verbose for a more complete guide)
