Skip to content

OSX | Solution #3

@iosdec

Description

@iosdec

I had a few issues with getting this working on OSX, here is my solution:

Download GD, String-CRC32 and Image-ExifTool from here (download link on the left):
https://metacpan.org/pod/GD
https://metacpan.org/pod/distribution/String-CRC32/CRC32.pod
https://metacpan.org/pod/Image::ExifTool

Unzip:

tar -zxf GD-2.71.tar.gz
tar -zxf String-CRC32-1.7.tar.gz
tar -zxf Image-ExifTool-11.50.tar.gz

Install GD:

cd GD-2.71
perl Makefile.PL
make
make test
sudo make install

Install String-CRC32:

cd String-CRC32-1.7
perl Makefile.PL
make
make test
sudo make install

Install Image-ExifTool:

cd Image-ExifTool-11.50
perl Makefile.PL
make
make test
sudo make install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions