Skip to content

Commit

Permalink
Update README.md (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjauvin authored Dec 20, 2024
1 parent e49169f commit 925969b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,13 @@ You can install Ada using `brew install ada-url`.
Ada uses cmake as a build system. It's recommended you to run the following commands to build it locally.
Without tests:
- **Build**: `cmake -B build && cmake --build build`
With tests (requires git):
- **Build**: `cmake -B build -DADA_TESTING=ON && cmake --build build`
- **Test**: `ctest --output-on-failure --test-dir build`
Windows users need additional flags to specify the build configuration, e.g. `--config Release`.
Expand Down

0 comments on commit 925969b

Please sign in to comment.