From 69e29e9e13dbf6f0bca1c236e1c8a00b6de99391 Mon Sep 17 00:00:00 2001 From: Su Xing Date: Fri, 17 Mar 2023 10:10:02 +0800 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 466d442..208f844 100644 --- a/README.md +++ b/README.md @@ -13,8 +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 -pip3 install cmake +sudo apt install -y uuid-dev libutfcpp-dev pkg-config python3-pip make git cmake ``` 依赖安装完成后,可以开始构建SysY编译器(构建过程包含了ANTLR运行时库的构建)。