centos下,要安装的库都安装了,wget、tar zxvf之后,./configure老是提示这个问题:
[root@me node-v0.10.26]# ./configure
File "./configure", line 442
fpu = 'vfpv3' if armv7 else 'vfpv2'
^
SyntaxError: invalid syntax
怎么破?有没有人遇到过?
[root@me node-v0.10.26]# ./configure
File "./configure", line 442
fpu = 'vfpv3' if armv7 else 'vfpv2'
^
SyntaxError: invalid syntax
怎么破?有没有人遇到过?