标签:
{ ‘target_defaults‘: { ‘cflags‘: [],
‘default_configuration‘: ‘Release‘,
‘defines‘: [],
‘include_dirs‘: [],
‘libraries‘: []},
‘variables‘: { ‘arm_fpu‘: ‘vfpv3‘,
‘arm_neon‘: 0,
‘armv7‘: 1,
‘clang‘: 0,
‘gcc_version‘: 47,
‘host_arch‘: ‘arm‘,
‘node_install_npm‘: ‘true‘,
‘node_prefix‘: ‘‘,
‘node_shared_cares‘: ‘false‘,
‘node_shared_http_parser‘: ‘false‘,
‘node_shared_libuv‘: ‘false‘,
‘node_shared_openssl‘: ‘false‘,
‘node_shared_v8‘: ‘false‘,
‘node_shared_zlib‘: ‘false‘,
‘node_tag‘: ‘‘,
‘node_unsafe_optimizations‘: 0,
‘node_use_dtrace‘: ‘false‘,
‘node_use_etw‘: ‘false‘,
‘node_use_openssl‘: ‘true‘,
‘node_use_perfctr‘: ‘false‘,
‘node_use_systemtap‘: ‘false‘,
‘python‘: ‘/usr/bin/python‘,
‘target_arch‘: ‘arm‘,
‘v8_enable_gdbjit‘: 0,
‘v8_no_strict_aliasing‘: 1,
‘v8_use_arm_eabi_hardfloat‘: ‘true‘,
‘v8_use_snapshot‘: ‘false‘}}
creating ./config.gypi
creating ./config.mk
出现的可能安装失败,可以试着运行这个命令
yum install gcc-c++ openssl-devel
检查phyton的版本是否 >2.6
phyton -V
标签:
原文地址:http://www.cnblogs.com/pa200318/p/4766691.html