node-canvas生成图片 Posted on 2018-05-31 | Post modified: 2018-07-22 node-canvas生成图片 node-canvas模块在centos6上的安装 首先需要升级gcc的版本 中间node-gyp rebuild依然报错,所以加入依赖包 成功 1234567891011# 加入gcc高等级的源wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo# 下载gcc4.8yum --enablerepo=testing-devtools-2-centos-6 install devtoolset-2-gcc devtoolset-2-gcc-c++# node-gyp rebuild报错# centos6,gcc 4.8.2下出现expecting string instruction after `rep’# 下载依赖包yum install devtoolset-2-gcc devtoolset-2-binutils# 进入下载的node-canvas源码库node-gyp rebuild# 成功就代表安装完成,目录下方已经包含有build目录了