-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Description
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
sighook and abigai147
Metadata
Metadata
Assignees
Labels
No labels