如果flex和bison的软件包在突触包pipe理器中不可用,那么如何在ubuntu 10.04上安装flex和bison? 如果我下载任何这些软件包,你可以告诉我使用它们的方式,以便它们可以在突触包pipe理器中使用吗?
更好的是:
sudo apt-get update sudo apt-get install flex sudo apt-get install bison which flex /*Sanity check to make sure flex is installed*/ which bison /*Sanity check to make sure bison is installed*/
从http://ftp.gnu.org/gnu/bison/下载例如bison的src,然后执行正常的操作
./configure make sudo make install