aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/README.cvs
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
commitd13da71edce4b913736c1e752a211ae20c193292 (patch)
tree57b0c3884b5d465259d21906f89e4ec5635da9d3 /gfsm/gfsm/README.cvs
parent2072ea2ef54b92775efc83c82d9a4b7a8ac4d616 (diff)
+ added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds)
+ external builds now use static local libgfsm by default (insulates vs. API change, etc.) svn path=/trunk/externals/moocow/; revision=10403
Diffstat (limited to 'gfsm/gfsm/README.cvs')
-rw-r--r--gfsm/gfsm/README.cvs19
1 files changed, 19 insertions, 0 deletions
diff --git a/gfsm/gfsm/README.cvs b/gfsm/gfsm/README.cvs
new file mode 100644
index 0000000..a74e38a
--- /dev/null
+++ b/gfsm/gfsm/README.cvs
@@ -0,0 +1,19 @@
+To build from cvs, do the following:
+
+ ./autogen.sh
+ ./configure
+ make
+ make install
+
+NOTE: The README.txt file in the distribution
+is auto-generated from perl ".pod" format by
+the "pod2text" included in most perl distributions.
+
+You might (i.e. if you see complaints about 'optgen.perl')
+also need the 'Getopt::Gen' perl module, which should
+be available from:
+
+ http://www.ling.uni-potsdam.de/~moocow/projects/perl
+
+marmosets,
+ Bryan