We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc976c9 commit 1950940Copy full SHA for 1950940
README.md
@@ -239,7 +239,7 @@ Compiling a node addon for Linux and the Raspberry Pi requires the installation
239
Then to compile the addon run the following from the root of the snowboy repository:
240
241
npm install
242
- node-pre-gyp clean configure build
+ ./node_modules/node-pre-gyp/bin/node-pre-gyp clean configure build
243
244
## Compile a Java Wrapper
245
README_ZH_CN.md
@@ -228,7 +228,7 @@ Snowboy为一下平台编译了node模块:64位Ubuntu,MacOS X和Raspberry Pi
228
然后编译插件,从snowboy代码库的根目录运行以下内容:
229
230
231
232
233
## 编译Java Wrapper
234
0 commit comments