ggmap and jpeg package not downloading

When I'm running this through a wercker test, it says that jpeglib.h: No such file or directory. How do I install this file/directory?

Most likely you are working on a Linux system and you are missing a C-header file called jpeglib.h. You will need to install the development libraries that contain this file.

If you are on Ubuntu run:

sudo apt-get install libjpeg-dev

If you are on CentOS run:

sudo yum install libjpeg-turbo-devel

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.