Skip to content

Commit 3995eb5

Browse files
authored
#2 documenting minimal build
1 parent ede24b9 commit 3995eb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/web/docs/Installing/Linux_Build.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,14 @@ some false negatives also in system libraries. It is recommended to use
257257
`export UBSAN_OPTIONS=suppressions=$SUMO_HOME/build_config/clang_ubsan_suppressions.txt`
258258
before calling the executable.
259259

260+
## Building a minimal feature set
261+
262+
Many of the project features are optional. To test a minimal setup, the following build configuration can be used:
263+
264+
```
265+
cmake -DFOX_CONFIG= -DPROJ_LIBRARY= -DCHECK_OPTIONAL_LIBS=OFF -DFMI=OFF -B build.
266+
```
267+
260268
## Installing the SUMO binaries
261269

262270
This (optional) step will copy the SUMO binaries to another path, so

0 commit comments

Comments
 (0)