We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d7366 commit 811b7fdCopy full SHA for 811b7fd
doc/releasing-antlr.md
@@ -368,6 +368,7 @@ On a Mac (with XCode 7+ installed):
368
369
```bash
370
cd ~/antlr/code/antlr4/runtime/Cpp
371
+rm CMakeCache.txt # otherwise can't find some include files
372
./deploy-macos.sh
373
cp antlr4-cpp-runtime-macos.zip ~/antlr/sites/website-antlr4/download/antlr4-cpp-runtime-4.13.2-macos.zip
374
```
0 commit comments