
You need...

	gcc
	fuse-devel >= 2.7
	libHX >= 3.12
	openldap-devel >= 2.3


With Git
========

Download development tree using Git:

	git clone git://ldapfuse.git.sf.net/gitroot/ldapfuse/ldapfuse

Generate configure scripts.

	./autogen.sh;

Continue at "With tarball".


With Tarball
============

Do the usual three(two)-step, with your favorite CFLAGS or configure options.

	./configure CFLAGS=-ggdb3
	make;

and optionally

	make install;
