Subject: | Include and library files under FreeBSD |
On my system, the jsapi.h file may be found under:
/usr/local/include/firefox/js/jsapi.h
/usr/local/include/jsapi.h
/usr/local/include/mozilla/js/jsapi.h
/usr/local/include/seamonkey/js/jsapi.h
The js library may be found under:
/usr/local/lib/firefox/libmozjs.so
/usr/local/lib/linux-firefox/libmozjs.so
/usr/local/lib/linux-firefox-devel/libmozjs.so
/usr/local/lib/mozilla/libmozjs.so
/usr/local/lib/seamonkey/libmozjs.so
Note that firefox, linux-firefox, mozilla and seamonkey are all
installed using the standard FreeBSD ports/package system, so these are
the standard locations on this OS.
Regards,
Slaven