未验证 提交 89239176 编写于 作者: 羽飞's avatar 羽飞 提交者: GitHub

install lex yacc on gitpod (#246)

### What problem were solved in this pull request?

Problem:
gitpod开发环境中没有安装flex和yacc工具

### What is changed and how it works?
在gitpod中安装flex和bison,以及readline
上级 a9ce517a
......@@ -5,6 +5,6 @@ github:
tasks:
- name: install dependencies
init: |
sudo apt install cmake -y
sudo apt install cmake flex bison texinfo libreadline-dev -y
sudo bash build.sh init
echo -e "\033[32m\nDependency installed successfully\033[0m"
\ No newline at end of file
echo -e "\033[32m\nDependency installed successfully\033[0m"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册