Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 404 Bytes

windows

#初始化c++编译环境
npm install --global --production windows-build-tools
cp binding-windows32.gyp  binding.gy (cp binding-windows64.gyp  binding.gy)
node-gyp rebuild
#代码里面或者系统PATH中设置ctp的dll的路径
node ./test/mduser.js
#node ./test/tduser.js

linux

cp binding-linux.gyp  binding.gy
node-gyp rebuild
node ./test/mduser.js
#node ./test/tduser.js