1.0.0 • Published 3 years ago

gsdk v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

js-gsdk

环境准备

需安装node及node-gyp
node安装:到https://nodejs.org/download/release/v16.15.1/下载已编译的可执行文件
node-gyp安装:npm install -g node-gyp

linux编译

node-gyp configure
直接运行build.sh

linux测试

编辑testLinux.js, 替换libgammasdk64_c.so的正确路径
node testLinux.js

windows编译

直接运行build.bat

windows测试

编辑testWindows.js, 替换gammasdk64_c.dll的正确路径
node testWindows.js
1.0.0

3 years ago