-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cannot build #85
Comments
I also cannot build
🙁 |
Couldn't reproduce any of the issues, could you both run the following commands and report back the output:
|
👌
|
Hold up, now it works after updating to node 11.4.0 😄 |
@ledlamp I could reproduce with 10.7.0, I've opened a separate issue: #86, follow that one if you're interested. @entrptaher continue posting your details here when you have them. |
I didn't catch your compiler version, could you show me the output of |
Sure, will update the doc in a moment :) |
With this:
I get this:
|
@davidgatti looks like |
With this:
And this: pkg-config On a Raspberry PI Zero I get this:
|
I see the following line in your output:
Be sure to install all the required dependencies, check the installing and building section for more detail.s |
I see, I'm not use to dependency with NPM, so I didn't even look for that. Thank you. |
Sure, no problem. Ideally the prebuilt binaries would be available and there would be no dependencies but I haven't had time to look into it (#73) :/ |
@davidgatti binaries for version 0.2.1 have been re-published, you should now be able to install directly without any dependencies. Let me know if you have more issues. |
@romgrk on RPi i get |
I don't know the architecture of the RPi, but I don't think we can support making pre-built binaries for it (wikipedia says it's 32-bit ARM). |
Ubuntu 16.04 64 bit and Node v11, doing
yarn install
fails.There are no built binaries for this, I tried on node 8 with no success.
The text was updated successfully, but these errors were encountered: