1.使用./build编译boa-0.94.13时出现make:yacc:command not be found 解决方法:apt-get install -y byacc 2.出现make:lex:command not be found 解决方法:apt-get install flex 来源:https://www.cnblogs.com/moaiwa/p/8188569.html 标签 lex yacc apt-get