Building Dynagraph on Unix
At present, Dynagraph does not support the GNU "mega-tools," i.e. automake, autoconf, etc. (Yes, it once did, as part of Graphviz. But Gordon finds these tools incomprehensible, so he does not maintain that system—yet. Any help appreciated.)
Instead, Dynagraph can be built with classic make
. Here are instructions:
- Download Dynagraph and Graphviz (1.7 or greater)
- In the graphviz directory:
- run
configure
- run
make && sudo make install
from the graphviz directory or just in the following subdirectories:
lib/cdt
lib/cgraph
lib/pathplan
.
- In the
dynagraph
directory, configure the build using Config.mk:
- Set
ARCH
to match your platform, one of those in the makearch/ directory, e.g. linux.i386 or osx
- If you are installed Graphviz to a non-standard directory, modify the values of
GRAPHVIZ_LIB
and GRAPHVIZ_INC
.
- Run
configure.old
- Run
make
.
Comments? Improvements? Please contact me.