Skip to content

Commit dd32543

Browse files
4ognradakovic
authored andcommitted
Add required configuration options in README
1 parent 4f2f6e4 commit dd32543

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ bazel_dep(name="score_baselibs", version="x.x.x")
1818

1919
Replace `x.x.x` with a version from the [S-CORE Bazel Registry](https://github.com/eclipse-score/bazel_registry/tree/main/modules/score_baselibs), where all available releases are listed.
2020

21+
### Required Configuration Options
22+
23+
To use Base Libraries properly, you need to set the following build settings in your `.bazelrc` file or pass them to the `bazel` command:
24+
25+
```bash
26+
--@score_baselibs//score/json:base_library=nlohmann
27+
--@score_baselibs//score/memory/shared/flags:use_typedshmd=False
28+
--@score_baselibs//score/mw/log/flags:KRemote_Logging=False
29+
```
30+
2131
### Using Unreleased Versions
2232

2333
To depend on an unreleased version (e.g., for testing or development), you can use a [non-registry override](https://bazel.build/external/module#non-registry_overrides) in your `MODULE.bazel` file, for example `git_override`:

0 commit comments

Comments
 (0)