
configure -C -prefix=$INSTALLROOT -without-gdk-pixbuf -with-mylibgd -disable-swig -without-x -disable-tcl -without-ipsepcola -enable-shared -disable-static -with-freetype=$GTKDIR/lib -enable-ltdl $PANGOFLAGS -without-gtk -without-gtkgl
CONDA INSTALL GRAPHVIZ INSTALL
Set environment variables based on your machine, giving values to theĮxport INSTALLROOT # Root install directory export GTKDIR # Root of GTK tree export FONTCONFIGINCLUDEDIR # Path of fontconfig include dir export FONTCONFIGLIBDIR # Path of fontconfig lib dir export FREETYPEINCLUDEDIR # Path of freetype2 include dir export FREETYPELIBDIR # Path of freetype2 lib dir export CFLAGS = "-DGVDLL=1" export CPPFLAGS = "-I $GTKDIR /include -I $GTKDIR /include/freetype2 " export LDFLAGS = "-L $GTKDIR /lib -no-undefined" export FONTCONFIG_CFLAGS =-I $GTKDIR/include/Įxport FONTCONFIG_LIBS = "-L $FONTCONFIGLIBDIR -lfontconfig" export FREETYPE2_CFLAGS =-I $FREETYPEINCLUDEDIR export FREETYPE2_LIBS =-L $FREETYPELIBDIR export PKG_CONFIG = $GTKDIR/bin/pkg-configĮxport PKG_CONFIG_PATH = $GTKDIR/lib/pkgconfigĮxport PANGOFLAGS = "-with-fontconfig -with-fontconfiglibdir= $FONTCONFIGLIBDIR -with-fontconfigincludedir= $FONTCONFIGINCLUDEDIR -with-pangocairo"Ĭhange directory to $ROOT and run configure. This gives a mini GNU-like compile environment
CONDA INSTALL GRAPHVIZ SOFTWARE

These are listedĪ Windows binary version of GTK 2.0 or later.


This will download all submodules, which are mostly the dependencies for the Windows build.
CONDA INSTALL GRAPHVIZ UPDATE
First, in the root of the repository, perform git submodule update -init.
