-
Notifications
You must be signed in to change notification settings - Fork 15
Setup Project
Thomas Young edited this page Sep 24, 2020
·
1 revision
请在构建前确保以下工具在path中
- make
- cmake
- antlr4
$ git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake ..
$ make -j4