Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing libxml dependency #3

Open
platsch opened this issue Feb 13, 2018 · 0 comments
Open

Missing libxml dependency #3

platsch opened this issue Feb 13, 2018 · 0 comments

Comments

@platsch
Copy link
Owner

platsch commented Feb 13, 2018

Version

Current HEAD: 19f5cdd

Operating system type + version

Linux / Ubuntu 16.04

Behavior

Build.pl fails due to missing XML::LibXML dependency.
The LibXML perl library is used solely by the EAGLE .sch importer which should be ported to C++.
All other XML interactions are done by pugixml.

Quick fix:
sudo apt install libxml2-dev

@Zip-o-mat FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant