jbig2enc
jbig2enc copied to clipboard
On FreeBSD, configure needs a few arguments
Configure needs a few argument if you want this to compile on FreeBSD:
./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" CXXFLAGS="-I/usr/local/include"
Hope this helps