]> granicus.if.org Git - graphviz/commitdiff
add some notes about the demo
authorellson <devnull@localhost>
Thu, 30 Jul 2009 18:01:58 +0000 (18:01 +0000)
committerellson <devnull@localhost>
Thu, 30 Jul 2009 18:01:58 +0000 (18:01 +0000)
plugin.demo/README [new file with mode: 0644]

diff --git a/plugin.demo/README b/plugin.demo/README
new file mode 100644 (file)
index 0000000..3012b71
--- /dev/null
@@ -0,0 +1,29 @@
+xtgk is a demo of a separately compiled and install plugin for graphviz.
+
+To build from CVS, use:
+
+       cd xgtk
+       ./autogen.sh 
+       make
+       make install
+
+To make a distributable version, use:
+
+       cd xgtk
+       ./autogen.sh
+       make dist
+       
+
+       zcat xgtk-plugin-0.1tar.gz | tar xf -
+       cd xgtk-plugin-0.1
+       ./configure 
+       make 
+       make install
+
+
+To make an rpm:
+
+       cd xgtk
+       ./autogen.sh
+       make rpm
+