diff options
Diffstat (limited to 'more/getting_started/detail/common-unix.rst')
-rw-r--r-- | more/getting_started/detail/common-unix.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/more/getting_started/detail/common-unix.rst b/more/getting_started/detail/common-unix.rst new file mode 100644 index 0000000000..81e53e6cbb --- /dev/null +++ b/more/getting_started/detail/common-unix.rst @@ -0,0 +1,29 @@ +.. Copyright David Abrahams 2006. Distributed under the Boost +.. Software License, Version 1.0. (See accompanying +.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +.. |//| replace:: **/** +.. |/| replace:: ``/`` + +.. |default-root| replace:: ``/usr/local/``\ |boost_ver| +.. |default-root-bold| replace:: **/usr/local/**\ |boost_ver-bold| + +.. |root| replace:: *path/to/*\ |boost_ver| + +.. |forward-slashes| replace:: `` `` + +.. |precompiled-dir| replace:: `` `` + +.. |include-paths| replace:: `` `` + +.. |windows-version-name-caveat| replace:: `` `` + +.. |command-line tool| replace:: command-line tool + +.. |pathsep| replace:: colon + +.. |path| replace:: ``echo $PATH`` + +.. |bootstrap| replace:: ``bootstrap.sh`` + +.. include:: common.rst |