Skip to content

Commit 5dbc569

Browse files
docs: removed useless info
1 parent 7df5eae commit 5dbc569

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,16 @@ From the repository root:
2222
cmake -S parsers/cpp -B build -G Ninja
2323
2424
# Build
25-
cmake --build build -- -j
25+
cmake --build build --parallel
2626
2727
# Run the parser
28-
./build/main samples/example_header.log
28+
./build/main samples/example.log
2929
```
3030

3131
Notes
3232
- Network access is required at configure time the first time CMake fetches
3333
the ANTLR sources. Subsequent config/builds will reuse the downloaded copy
3434
in the build directory.
35-
- If you need offline builds or reproducible environments, pin the ANTLR
36-
tag/commit in `parsers/cpp/CMakeLists.txt` (the default is v4.13.2).
37-
- Manual Make/Ninja instructions and the repository-local `antlr4` layout have
38-
been removed. Use the CMake workflow above.
3935

4036
Other parsers
4137
- Python parser: see `parsers/python` and its `run.sh` script.
42-
43-
If you want me to add an optional command to pre-populate a local `antlr4`
44-
clone for offline use, I can add a small script or Make target that performs
45-
that step.

0 commit comments

Comments
 (0)