
This package uses the justmake build system which requires
GNU make 3.80, 3.81a2 or better (there may be a bug in the versions in
between, mandrake 10 uses 3.80, and it works with that version)

At the command prompt, simply write

$ make

to compile the entire package.

There are two build configurations, dbg and opt. The build products
will be placed in likewise named directories. The default configuration
is opt, for a debug build use

$ make BUILD=dbg

install target currently doesn't work.

If auxiliary packages by the names of

apriori  fpgrowth  ibm-datagen

are stored under aux subdir, The build system compiles the auxiliary
packages automatically and uses IBM datagenerator to create the data
files referred to in my FP-Growth-Tiny paper and one may use Bart Goethal's
fpgrowth and apriori for comparison. (they must have all target to get
compiled) 

The files that will be placed under aux are are not part of this package.
Please consult their respective copyright and documentation.

Note: The autoconf scripts are not used, they will be later integrated to build
system, you may use it to create a system-specific libtool at the present.

--

Eray Ozkural
Ankara, 2004
