1.. Copyright David Abrahams 2006. Distributed under the Boost 2.. Software License, Version 1.0. (See accompanying 3.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 5.. |//| replace:: **\\** 6.. |/| replace:: ``\`` 7 8.. |default-root| replace:: ``C:\Program Files\boost\``\ |boost_ver| 9.. |default-root-bold| replace:: **C:\\Program Files\\boost\\**\ |boost_ver-bold| 10 11.. |root| replace:: *path\\to\\*\ |boost_ver| 12 13.. |include-paths| replace:: Specific steps for setting up ``#include`` 14 paths in Microsoft Visual Studio follow later in this document; 15 if you use another IDE, please consult your product's 16 documentation for instructions. 17 18.. |forward-slashes| replace:: Even Windows users can (and, for 19 portability reasons, probably should) use forward slashes in 20 ``#include`` directives; your compiler doesn't care. 21 22.. |precompiled-dir| replace:: 23 24 **lib**\ |//| .....................\ *precompiled library binaries* 25 26 27.. |windows-version-name-caveat| replace:: **On Windows, append a version 28 number even if you only have one version installed** (unless you 29 are using the msvc or gcc toolsets, which have special version 30 detection code) or `auto-linking`_ will fail. 31 32.. |command-line tool| replace:: `command-line tool`_ 33 34.. |pathsep| replace:: semicolon 35 36.. |path| replace:: ``PATH`` 37 38.. |bootstrap| replace:: ``bootstrap.bat`` 39 40.. include:: common.rst 41