libSFTA : Symbolic Finite Tree Automata library
Follow these steps for successful installation of libSFTA:
Clone the git repository with libSFTA:
$ git clone git://github.com/ondrik/libsfta.git libsfta
Enter the directory
$ cd libsfta
Initialize git submodules in the repository
$ git submodule init
Update git submodules
$ git submodule update
Generate the Makefile
$ cd build $ cmake ..
Compile the sources
$ make
Run tests
$ make test