merged build doc from RC_0_16
This commit is contained in:
parent
aa9918a602
commit
36202c5dea
|
@ -175,6 +175,12 @@ the runtime, but on windows you can do both. Example::
|
||||||
|
|
||||||
bjam msvc-7.1 link=static runtime-link=static boost=source
|
bjam msvc-7.1 link=static runtime-link=static boost=source
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
When building on windows, the path boost-build puts targets in may be too
|
||||||
|
long. If you get an error message like: "The input line is long", try to
|
||||||
|
pass --abbreviate-paths on the bjam command line.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
If you link statically to the runtime library, you cannot build libtorrent
|
If you link statically to the runtime library, you cannot build libtorrent
|
||||||
|
|
Loading…
Reference in New Issue