twister

Peer-to-peer microblogging

用户工具

站点工具


zh:使用:如何:在debian_7_arm下编译twister

====== 差别 ====== 这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

zh:使用:如何:在debian_7_arm下编译twister [2014/09/28 03:04] (当前版本)
xiaolan 创建
行 1: 行 1:
 +====== ​ 在Debian 7 ARM下编译twister ======
  
 +===== Raspbian =====
 +
 +一些小改动,参照 [[zh:​使用:​如何:​在debian_7下编译twister]]
 +
 +
 +
 +<​code>​
 +./configure --enable-sse2=no
 +</​code>​
 +
 +代替
 +
 +<​code>​
 +./configure
 +</​code>​
 +
 +==== 已知问题 ====
 +
 +如果这是全新安装,您可能会遇到以下问题: ​
 +
 +<​code>​
 +terminate called after throwing an instance of '​std::​runtime_error'​
 +  what(): ​ locale::​facet::​_S_create_c_locale name not valid
 +Aborted
 +</​code>​
 +
 +解决方案是请使用如下命令重新配置locales
 +
 +<​code>​
 +sudo dpkg-reconfigure locales
 +</​code>​
zh/使用/如何/在debian_7_arm下编译twister.txt · 最后更改: 2014/09/28 03:04 由 xiaolan