Skip to content

Commit

Permalink
Merge pull request #1 from Abe149/Abe149-documentation-patch-1
Browse files Browse the repository at this point in the history
Corrected/clarified the Linux compilation instructions WRT how to frobnicate the "cmake" command.
  • Loading branch information
Abe149 authored Jun 19, 2021
2 parents c5ad59b + acab5ef commit 31f322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Try run cmake -DCMAKE_ANDROID_NDK=/folder/of/android_ndkr17_and_above -DCMAKE_SY
- make
- DESTDIR=\<antlr4-dir\>/runtime/Cpp/run make install

If you don't want to build the demo then simply run cmake without parameters.
If you don't want to build the demo then replace the "cmake .. -DANTLR_JAR_LOCATION<...>" command in the above recipe with "cmake .." without any further parameters.
There is another cmake script available in the subfolder cmake/ for those who prefer the superbuild cmake pattern.

#### CMake Package support
Expand Down

0 comments on commit 31f322f

Please sign in to comment.