	./configure
	# build what need to be built
	make
	# log as superuser
	su
	# 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
	su -c "make savane"

	# Afterwards, you should check 
	# http://127.0.0.1/pathtosavane/testconfig.php
	
If you use the backend, read also etc/README.

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