sudo port install p5-image-exiftool
Then, we should modify the gpsPhoto.pl script to use Perl of MacPorts instead of MacOSX like:
- #!/usr/bin/perl -w
+ #!/usr/bin/env perl -w
The reason why we should use Perl of MacPorts is that Perl of MacOSX doesn't have ExifTool package officially.
Installation for Linux and Cygwin was introduced here.
0 件のコメント:
コメントを投稿