无辜硬币

文章
4
资源
0
加入时间
3年1月12天

bash:bison未找到命令

今天在一台新的计算机中编译android源码时候,输入make命令之后,终端提示 bash:bison未找到命令 解决的办法很简单,$ sudo apt-get install bison 即可!