Download the source thought the link below:
dir3-0.3.tgz (86 kB, 06-16-2008)
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.3.tgz
cd dir3-v0.3
make
The build procedure will generate the executable dir3.exe 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.