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

Install prerequites for native modules #18

Merged
merged 3 commits into from
Nov 14, 2019
Merged

Conversation

thepont
Copy link
Contributor

@thepont thepont commented Nov 13, 2019

  • node-gyp cannot run without the ability to build packages
  • node-gyp also has a prerequisite on python
    required for compiling any module that has C++ bindings.

https://github.com/nodejs/node-gyp

add more requirements for native code compile
use build-base for g++ and make
@Borales Borales merged commit b7482b5 into Borales:master Nov 14, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants