From da8a2bc6ce83bb9b10c3ffe03821dd10f0a48b3d Mon Sep 17 00:00:00 2001
From: Beman Dawes Introduction These instructions explain how to accomplish common tasks using Boost.Build,
the Boost Build System. For tasks not covered here, see the full build
system documentation.Introduction
+
+Preliminaries
+Building Boost Libraries
+More on using the tools
+Tools availableIntroduction
Preliminaries
+Preliminaries
Using your operating system's command line interpreter, execute the following steps. The sample commands given will work for both UNIX and Windows.
"
-The build system's toolsets are designed to work in either of two ways:
+| TOOLS Name | @@ -93,6 +117,10 @@ steps. The sample commands given will work for both UNIX and Windows.borland |
Borland command line compiler tools | |
| como | +Comeau command line compiler tools | +||
gcc |
GNU GCC command line compiler tools | @@ -101,6 +129,11 @@ steps. The sample commands given will work for both UNIX and Windows.gcc-stlport |
GNU GCC command line compiler tools, using the STLport library |
| intel-win32 | +Intel command line compiler tools, in the Win32 environment using the + Microsoft library | +||
kcc |
KAI command line compiler tools | @@ -122,11 +155,12 @@ steps. The sample commands given will work for both UNIX and Windows. the compiler.