Where to get libjpeg-devel?

Hello,
To compile HPLIP I need libjpeg-devel.
I can't find that package at ftp.freebsd.org.
When Googling I find rpm:s for various Linux distros.

Does anyone know where to get libjpeg-devel for freeBSD?

thanks

Fred
 
Why do you need to compile it and hunt down dependencies when you can simply install print/hplip from ports, which means that all dependencies (including graphics/jpeg) will be installed with it, since that is a prerequisite to any port being in the ports tree to begin with?
 
You may wanna learn about searching ports tree:
Code:
cd /usr/ports
make search key=package
make search key=keyword
Read Ports in official handbook. Another option is freshports.org to search ports using the Internet.
 
Thanks,
I *did* install the package that came with 7.2 and the version was 2.8x something. The version at FreshPorts is 2.8.2.4.

My printer is supported from version HPLIP version 3.89. Current HPLIP version is 3.94.

Fred
 
Back
Top