Forked from chokkan/simstring.
SimString is an implementation of a simple and efficient algorithm for approximate string matching. Please refer to http://www.chokkan.org/software/simstring/ for more information about this software.
If you are building from this repository you will need to do the standard things:
- aclocal
- autoconf
- autoheader
- automake --add-missing
- ./configure
- make
- sudo make install