Skip to content

Commit

Permalink
[DOC] Update "Using triplets" section in building-with-vcpkg document…
Browse files Browse the repository at this point in the history
…ation. (#2726)

* Update triplet links in building-with-vcpkg documentation.

* Update docs/building-with-vcpkg.md

Co-authored-by: Tom Tan <lilotom@gmail.com>

---------

Co-authored-by: Marc Alff <marc.alff@free.fr>
Co-authored-by: Tom Tan <lilotom@gmail.com>
  • Loading branch information
3 people committed Jun 30, 2024
1 parent f0e0ef0 commit ead2d1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/building-with-vcpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ logs in case if you encounter package installation failures.

In order to enable custom build flags - vcpkg triplets and custom environment
variables may be used. Please see [triplets instruction
here](https://vcpkg.readthedocs.io/en/latest/users/triplets/). Response file for
here](https://learn.microsoft.com/en-us/vcpkg/users/triplets). Response file for
a custom build, e.g. `response_file_linux_PRODUCTNAME.txt` may specify a custom
triplet. For example, custom triplet controls if the library is built as static
or dynamic. Default triplets may also be overridden with [custom
triplets](https://vcpkg.readthedocs.io/en/latest/examples/overlay-triplets-linux-dynamic/#overlay-triplets-example).
Custom triplets specific to various products must be maintained by product
or dynamic. Default triplets may also be overridden with [overlay
triplets](https://learn.microsoft.com/en-us/vcpkg/users/examples/overlay-triplets-linux-dynamic).
Overlay triplets specific to various products must be maintained by product
teams. Product teams may optionally decide to integrate their triplets in the
mainline OpenTelemetry C++ SDK repo as-needed.

Expand Down

0 comments on commit ead2d1b

Please sign in to comment.