Closed lutherthecat closed 10 years ago
I was unable to run the cmake configuration unless I change find_package(PerlModules COMPONENTS XML::LibXml GD)
to
find_package(PerlModules COMPONENTS XML::LibXML GD)
This is using the perl modules from the ubuntu repository.
Thanks for mentioning the perl modules from the Ubuntu repo. I could not get GD installed wit CPAN on Ubuntu 14.04 (?!)
I was unable to run the cmake configuration unless I change find_package(PerlModules COMPONENTS XML::LibXml GD)
to
find_package(PerlModules COMPONENTS XML::LibXML GD)
This is using the perl modules from the ubuntu repository.