osrm
Version:
The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.
9 lines (6 loc) • 396 B
Markdown
# Nan support
To simplify building of cross-version node modules, [Nan](https://github.com/nodejs/nan) is always included as a project dependency. In your module native sources, just add:
```C
#include <nan.h>
```
node-cmake always depends on the newest version of nan and makes that package available. If you delcare your own version in your `package.json`, this version will be used instead.