Skip to content

Missing libraries requiring compilation #32

Open
@anarthal

Description

@anarthal

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-<lib> 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA problem with the UI or stylesheets

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions