# antlr4-cpp-runtime **Repository Path**: quingo/antlr4-cpp-runtime ## Basic Information - **Project Name**: antlr4-cpp-runtime - **Description**: mirror to official antlr4-cpp-runtime with links to dependent repos replaced with corresponding mirrors in gitee. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++ target for ANTLR 4 This repository is a mirror of the cpp runtime in the official ANTLR4 project. I have replaced the source of dependent repositories from those on Github to those on Gitee so that computers in China mainland will not suffer from the network problem. # Usage for the Quingo compiler ``` cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local/ -DANTLR4_INSTALL=ON -DCMAKE_BUILD_TYPE=Release -DWITH_DEMO=False -DANTLR_JAR_LOCATION= .. ``` On Xiang's computer, this full command is: ``` cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local/ -DANTLR4_INSTALL=ON -DCMAKE_BUILD_TYPE=Release -DWITH_DEMO=False -DANTLR_JAR_LOCATION=/usr/local/bin/antlr-4.9.2-complete.jar .. ```