Skip to content

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
Clone this wiki locally