cryptocoinjs / secp256k1-node

Node.js binding for an Optimized C library for EC operations on curve secp256k1
Other
341 stars 120 forks source link

Explain build warnings #155

Closed fulldecent closed 4 years ago

fulldecent commented 5 years ago

People using secp256k1 in their projects are used to seeing many build errors.

It will be helpful if a note here in the README explains why these build errors can be safely ignored.

fulldecent commented 5 years ago

-OR- what resources you need to help handle those warnings.

fanatid commented 5 years ago

PR's are welcome. I planning update project to n-api and add prebuilds, but no ETA right now. Most probably in January 2020.

fanatid commented 4 years ago

n-api version in fanatid/fcrypto

fanatid commented 4 years ago

New version 4.0.0 with n-api prebuilds released. Targets split with better flags, so even compilation will be required, there should not be warnings. https://github.com/cryptocoinjs/secp256k1-node/pull/160