diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-03-11 16:37:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 16:37:49 -0800 |
| commit | 75522bb1f2e7d863078bcd06322348f053a9e33f (patch) | |
| tree | a2b291353763d8de9220645fe649b10122230dcc /docs/users/triplets.md | |
| parent | 3c7a12bdf3dd6c29c18647919249c083a6fd3346 (diff) | |
| download | vcpkg-75522bb1f2e7d863078bcd06322348f053a9e33f.tar.gz vcpkg-75522bb1f2e7d863078bcd06322348f053a9e33f.zip | |
[docs] Improve inter-document linking; add 'latest' links (#16502)
* [docs] Improve inter-document linking; add 'latest' links
* [docs] Apply suggestions from code review
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'docs/users/triplets.md')
| -rw-r--r-- | docs/users/triplets.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users/triplets.md b/docs/users/triplets.md index 37efd590d..61192575a 100644 --- a/docs/users/triplets.md +++ b/docs/users/triplets.md @@ -1,5 +1,7 @@ # Triplet files +**The latest version of this documentation is available on [GitHub](https://github.com/Microsoft/vcpkg/tree/master/docs/users/triplets.md).** + Triplet is a standard term used in cross compiling as a way to completely capture the target environment (cpu, os, compiler, runtime, etc) in a single convenient name. In Vcpkg, we use triplets to describe an imaginary "target configuration set" for every library. Within a triplet, libraries are generally built with the same configuration, but it is not a requirement. For example, you could have one triplet that builds `openssl` statically and `zlib` dynamically, one that builds them both statically, and one that builds them both dynamically (all for the same target OS and architecture). A single build will consume files from a single triplet. |
