Skip to content

mochiya98/napi_kansaiNodeAcad3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

関西node学園 3時限目 N-APIサンプル

みんなN-API使おう!

preview

node-gyp installation

詳細はnode-gypのREADME参照のこと
python2.7xとかxcode/gcc,make/vc++とか入れた上で

sudo npm i -g node-gyp

build

git clone --depth 1 git@github.com:mochiya98/napi_kansaiNodeAcad3.git
cd napi_kansaiNodeAcad3
make build

build(without make)

cd hello
node-gyp configure && node-gyp build
cd ..\promise
node-gyp configure && node-gyp build

About

関西node学園 3時限目 N-APIサンプル

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published