Changeset 2860
- Timestamp:
- Sep 30, 2012, 8:59:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/README
r2787 r2860 82 82 can be useful to provide the location of Boost. Boost header files are 83 83 expected 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`. 84 expected to be found in `DIR/lib/`. The `configure` script tries to 85 detect libraries `boost_thread` and `boost_thread`. The name of a 86 boost library typically depends on its configuration (see boost's 87 naming convention) and there may be several versions/configurations of 88 the same library installed. The `configure` tries to pick one of the 89 available libraries, wchih can be overridden with `./configure 90 --with-boost-thread=foo` and `configure --with-boost-system=foo`, 91 respectively. The check for boost can be turned off with 92 `--without-boost`. 86 93 87 94 === quiet nan ===
Note: See TracChangeset
for help on using the changeset viewer.