conan
-
Adding dependencies to your Node.js native addons using Conan
Nov 8, 2020 - 4 min read
We have already covered how to write a simple C++ hello world native addon in a previous post. Now, we are going to add dependencies to that simple example, manage them with Conan and run the code in Node.js. If you are not familiar with Conan, please check the getting started in the documentation. As we explained in the previous post the native addons are usually built generating a project file for your build-system using node-gyp.