Qucs / ADMS

ADMS is a code generator for the Verilog-AMS language
GNU General Public License v3.0
94 stars 31 forks source link

Ubuntu 14.04 perl modules #6

Closed lutherthecat closed 10 years ago

lutherthecat commented 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.

guitorri commented 10 years ago

Thanks for mentioning the perl modules from the Ubuntu repo. I could not get GD installed wit CPAN on Ubuntu 14.04 (?!)