xxxxxxxxxx
make # builds most of "lib" (see Makefile changes), cmd/dot and cmd/tools - stops on cmd/gvpr
make install
xxxxxxxxxx
cd $ROOT
configure --disable-shared --enable-static --with-mylibgd --disable-swig --without-x --without-tclsh --with-codegens --disable-ltdl
xxxxxxxxxx
SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc \
circogen dotgen fdpgen neatogen twopigen common pack gvc \
ingraphs expr
xxxxxxxxxx
SUBDIRS = cdt graph agraph gd pathplan vpsc \
circogen dotgen fdpgen neatogen twopigen common pack gvc \
ingraphs
xxxxxxxxxx
X=simple;gcc -v -I'/usr/local/include/graphviz' -I'/usr/local/include'
-o $X -O $X.c -L/usr/local/lib -L/usr/local/lib/graphviz -lgvc -lgraph
-lpathplan -lcdt -lgvplugin_core -lgvplugin_dot_layout
-lgvplugin_neao_layout -lgvplugin_gd -lgvplugin_pango -lgvc -lpathplan