1

我正在尝试node-webkit在 debian中安装64 bit。我尝试了github中的步骤 及其返回错误,

version GLIBC_2.14 not found

我无法安装glibc。我怎样才能摆脱这个?

4

1 回答 1

0

我找到了解决方案。

只需运行script

echo "deb http://ftp.us.debian.org/debian testing main" >> /etc/apt/sources.list
apt-get -y update
apt-get -t testing install libc6-dev

然后是脚本github,然后node-webkit工作正常

于 2015-02-03T05:22:00.273 回答