Compilation and Installation
Compile mstflint.
./autogen.sh mkdir build; cd build ../configure [options] make -j [n]
Note: If using FreeBSD OS, run:
./autogen.sh mkdir build; cd build ../configure [options] MAKE=”gmake” gmake -j [n]
To check all the possible values of [OPTION]... [VAR=VALUE]..., run “./configure --help”.
Install mstflint.
make install