Repository URL to install this package:
|
Version:
4.7.1-2 ▾
|
| .. |
| README.md |
| VERSION |
This folder contains the C++ runtime support for ANTLR. See the canonical antlr4 repository for in depth detail about how to use ANTLR 4.
ANTLR 4 is the result of substantial effort of the following people:
The C++ target has been the work of the following people:
The minimum C++ version to compile the ANTLR C++ runtime with is C++11. The supplied projects can built the runtime either as static or dynamic library, as both 32bit and 64bit arch. The OSX project contains a target for iOS and can also be built using cmake (instead of XCode).
Include the antlr4-runtime.h umbrella header in your target application to get everything needed to use the library.
If you are compiling with cmake, the minimum version required is cmake 2.8.
Simply open the VS solution (VS 2013+) and build it.
Either open the included XCode project and build that or use the cmake compilation as described for linux.
If you don't want to build the demo then simply run cmake without parameters. There is another cmake script available in the subfolder cmake/ for those who prefer the superbuild cmake pattern.