Skip to content

Instantly share code, notes, and snippets.

@Nimster
Created March 22, 2012 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nimster/2156727 to your computer and use it in GitHub Desktop.
Save Nimster/2156727 to your computer and use it in GitHub Desktop.
How to compile GraphViz 2.8.2 to get the python bindings on Mac OS X Lion 10.7.3 with Xcode 4.3.1 from source
./configure --enable-python27=yes --with-png --enable-ltdl-install --with-included-ltdl --enable-perl=no CC="gcc -arch x86_64" CXX="g++ -arch x86_64"
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment