Changeset 2860


Ignore:
Timestamp:
Sep 30, 2012, 8:59:42 AM (10 years ago)
Author:
Peter
Message:

mention configure options '--with-boost-thread' and '--with-boost-system' in README.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/README

    r2787 r2860  
    8282can be useful to provide the location of Boost. Boost header files are
    8383expected to be found in `DIR/include/` and boost libraries are
    84 expected to be found in `DIR/lib/`. The check for boost can be turned
    85 off with `--without-boost`.
     84expected to be found in `DIR/lib/`. The `configure` script tries to
     85detect libraries `boost_thread` and `boost_thread`. The name of a
     86boost library typically depends on its configuration (see boost's
     87naming convention) and there may be several versions/configurations of
     88the same library installed. The `configure` tries to pick one of the
     89available libraries, wchih can be overridden with `./configure
     90--with-boost-thread=foo` and `configure --with-boost-system=foo`,
     91respectively. The check for boost can be turned off with
     92`--without-boost`.
    8693
    8794=== quiet nan ===
Note: See TracChangeset for help on using the changeset viewer.