-
Notifications
You must be signed in to change notification settings - Fork 55
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
Dependencies #17
Comments
Thanks, that's a good point. There isn't actually any good reason to need those things, it just uses a faster XML parser (node-expat) which depends on a native binary Node.js addon (requiring a compiler) but it could just as well use sax and avoid that. I'm working on using the next version of cxml as the parser also inside cxsd, so it will be even faster and not need external programs. It will still take about 2 months to get there. |
Using vs code on windows I had problems with python and other dependencies as well. |
On windows I used "npm install --global --production windows-build-tools" but it always fails. |
Installing this lib is not as easy as
npm install cxsd
. On Linux, I need to install g++. On Windows, it complains that it can't find Python, and doesn't specify a version number.This is a pretty annoying experience for a developer. Please specify what external dependencies are required, or download them automatically.
The text was updated successfully, but these errors were encountered: