I tried to install Thrax on Ubuntu using ./configure --enable-far=true --enable-pdt=true --enable-mpdt=true
, but the following error shows
checking fst/fst.h usability... no
checking fst/fst.h presence... no
checking for fst/fst.h... no
configure: error: fst/fst.h header not found
I tried ./configure --enable-far=true --enable-pdt=true --enable-mpdt=true --enable-fst=true
, but the error persists
I also tried to set CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
, but same error occurs.
How shall I solve this issue?