8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
|
node-gyp configure
|
||
|
|
|
||
|
|
node-gyp build
|
||
|
|
|
||
|
|
|
||
|
|
const binding = require("./build/Release/binding");
|
||
|
|
|
||
|
|
console.log(binding.hello()); // Will log "hello world"
|