File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,10 @@ cmake --build ./build
9797
9898## Installing
9999
100- ### Using Task
100+ The library can be installed via [ Task] ( #installing-using-task ) or directly with
101+ [ CMake] ( #installing-using-cmake ) .
102+
103+ ### <a id =" installing-using-task " />Using Task
101104
102105To build and install all libraries, run:
103106
@@ -114,7 +117,7 @@ task ystdlib:install-release \
114117 ystdlib_LIBRARIES=" containers;io_interface"
115118```
116119
117- ### Using CMake
120+ ### < a id = " installing-using-cmake " /> Using CMake
118121
119122After [ building] ( #building-using-cmake ) , to install all built libraries run:
120123
@@ -161,7 +164,7 @@ task -a
161164```
162165Look for all tasks under the ` lint ` namespace (identified by the ` lint: ` prefix).
163166
164- ## Parameters
167+ ## Build and install parameters
165168
166169### ` ystdlib_LIBRARIES `
167170
You can’t perform that action at this time.
0 commit comments