libgfsmxl : finite state cascaded lookup utility library
Author
Bryan Jurish mooco.nosp@m.w.bo.nosp@m.vine@.nosp@m.gmai.nosp@m.l.com
Version
0.0.14

Project URL: http://kaskade.dwds.de/~moocow/projects/gfsm

Introduction

libgfsmxl is an abstract C library for online lookup operations in cascaded finite state automata.

Building libgfsmxl

Run the configure script in the distribution directory, and then call make:

bash$ cd gfsmxl-XX.YY.ZZ

bash$ ./configure
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
...
> config.status: executing depfiles commands

bash$ make
> Making all in config
...
> make[1]: Nothing to be done for `all-am'.
> make: Leaving directory `/home/moocow/gfsmxl-XX.YY.ZZ'

bash$ make install
> Making install in config
...
> make: Leaving directory `/home/moocow/gfsmxl-XX.YY.ZZ'

libgfsmxl will install itself in /usr/local by default.

See the file INSTALL in the gfsm distribution root directory for more details.