We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果发现不支持你自己的平台,就需要编译安装;
安装依赖
本模块依赖若干 gyp,需要按照 gyp 的安装文档进行安装;
安装 node-gyp
安装 node-gyp 的依赖
clone 代码
git clone https://github.com/xiangshouding/node-pngquant-native.git git submodule update --init #用来下载依赖的 gyp 模块
编译
node-gyp rebuild
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果发现不支持你自己的平台,就需要编译安装;
安装依赖
本模块依赖若干 gyp,需要按照 gyp 的安装文档进行安装;
安装 node-gyp
安装 node-gyp 的依赖
clone 代码
编译
The text was updated successfully, but these errors were encountered: