Download and Build Instructions

Download the source thought the link below:

dir3-0.9.tgz (165 kB, 11-3-2009)

DIR3 has one prerequistite: the boost library. The boost headers should be part of the default include path.

To unpack the source and build, run the following three commands.

tar xzvf dir3-v0.9.tgz
cd dir3-v0.9
make


The build procedure will generate the executable dir3 in the bin directory.

A first test to see the code is working can be performed by running:

make run f=sample

There are several other examples, each with its own subdirectory in the data directory. Each can be tested with the command:

make run f=directory_name

More info can be found in the users guide.


Return to the DIR3 homepage.