@@ -66,11 +66,12 @@ The library can be built via [Task](#building-using-task) or directly with
6666### <a id =" building-using-task " />Using Task
6767
6868To build all libraries:
69+
6970``` shell
7071task ystdlib:build-release
7172```
7273
73- To build a subset of libraries, set the [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_LIBRARIES ) . For
74+ To build a subset of libraries, set the [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_libraries ) . For
7475example:
7576
7677``` shell
@@ -86,7 +87,7 @@ cmake -S . -B ./build
8687cmake --build ./build
8788```
8889
89- To build a subset of libraries, set the [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_LIBRARIES ) . For
90+ To build a subset of libraries, set the [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_libraries ) . For
9091example:
9192
9293``` shell
@@ -105,7 +106,7 @@ task ystdlib:install-release INSTALL_PREFIX="$HOME/.local"
105106```
106107
107108To build and install a subset of libraries, set the
108- [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_LIBRARIES ) . For example:
109+ [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_libraries ) . For example:
109110
110111``` shell
111112task ystdlib:install-release \
@@ -130,7 +131,7 @@ task test:run-debug
130131```
131132
132133To build and run unit tests for a subset of libraries, set the
133- [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_LIBRARIES ) . For example:
134+ [ ` ystdlib_LIBRARIES ` parameter] ( #ystdlib_libraries ) . For example:
134135
135136``` shell
136137task test:run-debug ystdlib_LIBRARIES=" containers;io_interface"
@@ -181,7 +182,7 @@ Set by adding it after the task name. For example:
181182task ystdlib:build-release ystdlib_LIBRARIES=" containers;io_interface"
182183```
183184
184- At the moment , only build and install tasks in the ` ystdlib: ` namespace are supported.
185+ Currently , only build and install tasks in the ` ystdlib: ` namespace are supported.
185186
186187#### Using CMake
187188
0 commit comments