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 e49169f commit 925969bCopy full SHA for 925969b
README.md
@@ -315,7 +315,13 @@ You can install Ada using `brew install ada-url`.
315
316
Ada uses cmake as a build system. It's recommended you to run the following commands to build it locally.
317
318
+Without tests:
319
+
320
- **Build**: `cmake -B build && cmake --build build`
321
322
+With tests (requires git):
323
324
+- **Build**: `cmake -B build -DADA_TESTING=ON && cmake --build build`
325
- **Test**: `ctest --output-on-failure --test-dir build`
326
327
Windows users need additional flags to specify the build configuration, e.g. `--config Release`.
0 commit comments