boostorg / boostorg/website-v2-docs
Missing libraries requiring compilation
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 60
- Avg merge
- 12h 47m
- Merged PRs (30d)
- 14
Description
**Which documentation does this apply to?**
User's Guide
The page `user-guide/header-organization-compilation.html#_required_compiled_binaries` lists all libraries allowing compilation, but it looks like some of them are missing.
There is an option to b2, `./b2 --show-libraries`, that is worth mentioning in this page. It will show you which libraries can be built (useful to find out which `--with-` you can do. Here is the list I got from 1.82 in my Linux:
```
- atomic
- chrono
- container
- context
- contract
- coroutine
- date_time
- exception
- fiber
- filesystem
- graph
- graph_parallel
- headers
- iostreams
- json
- locale
- log
- math
- mpi
- nowide
- program_options
- python
- random
- regex
- serialization
- stacktrace
- system
- test
- thread
- timer
- type_erasure
- url
- wave
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.