From 971f3d8b74c666d5b4bf202c936fe50e5fdfb021 Mon Sep 17 00:00:00 2001 From: Su Xing Date: Fri, 17 Mar 2023 10:10:47 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208f844..aecf559 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ SysY编译器前端基于[ANTLR](https://www.antlr.org/index.html)工具实现 ```bash sudo apt update -sudo apt install -y uuid-dev libutfcpp-dev pkg-config python3-pip make git cmake +sudo apt install -y uuid-dev libutfcpp-dev pkg-config make git cmake ``` 依赖安装完成后,可以开始构建SysY编译器(构建过程包含了ANTLR运行时库的构建)。