Created
August 18, 2012 18:29
-
-
Save vext01/3388912 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(display "Hello Guile GV"); | |
(newline); | |
(load "/usr/local/share/guile/slib/guile.init"); | |
(display "Hello Guile GV"); | |
(newline); | |
(load-extension "/usr/local/lib/graphviz/guile/libgv_guile.so" "SWIG_init"); | |
(display "Hello Guile GV"); | |
(newline); | |
(require 'gv); | |
(display "Hello Guile GV"); | |
(newline); | |
(define g (gv.digraph "g")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
works for me on fedora