Merge pull request #2482 from jgsogo/docs/toc

Add TOC to 'docs' folder
This commit is contained in:
Daniel
2020-08-12 10:26:49 +02:00
committed by GitHub
9 changed files with 54 additions and 27 deletions

View File

@@ -1,3 +1,6 @@
# Supported platforms and configurations
- For a **C++** library (with ``"shared"`` option) the system is generating **130** binary packages.
- For a **pure C** library (with ``"shared"`` option but without ``compiler.libcxx``) the system generates **110** binary packages.
- A package is also generated for those recipes with the `"header_only"` option.