Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试node-webkit在 debian中安装64 bit。我尝试了github中的步骤 及其返回错误,
node-webkit
64 bit
version GLIBC_2.14 not found
我无法安装glibc。我怎样才能摆脱这个?
glibc
我找到了解决方案。
只需运行script
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工作正常
github