agl / jbig2enc

JBIG2 Encoder
Other
251 stars 86 forks source link

On FreeBSD, configure needs a few arguments #68

Open tingox opened 4 years ago

tingox commented 4 years ago

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