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

C++ Dependency Questions #28

Open
aakilfernandes opened this issue Oct 23, 2017 · 1 comment
Open

C++ Dependency Questions #28

aakilfernandes opened this issue Oct 23, 2017 · 1 comment
Labels

Comments

@aakilfernandes
Copy link

Hi,

I want to use this library in a desktop application (electron). Will end users need to install the c++ library? Or is that only required to build?

Cheers

@joelpurra
Copy link
Collaborator

@aakilfernandes: getdns-node is currently "only" a wrapper around the locally installed getdns library C code, and it assumes node-gyp can find getdns.h in standard locations. Did you have any success with getdns in electron so far?

I'm not familiar with Electron, but it looks like npm dependencies which requires compilation, such as sqlite, can be included. In a similar way, you might be able to build and bundle the getdns library and external dependencies with your electron app.

This is related to #29; please follow that discussion for updates.

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

No branches or pull requests

2 participants