Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/compilation.html @ 25

Last change on this file since 25 was 12, checked in by landauf, 18 years ago

added boost

File size: 2.4 KB
RevLine 
[12]1<HTML>
2<HEAD>
3<TITLE>Boost Test Library: compilation</TITLE>
4<LINK rel="stylesheet" type="text/css" href="style/btl.css" media="screen">
5<LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print">
6<META http-equiv="Content-Language" content="en-us">
7<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8</HEAD>
9<BODY> 
10<DIV class="header"> <A href="index.html">Boost.Test</A> > <SPAN class="current_article">Compilation</SPAN> </DIV> 
11<DIV class="body"> <IMG src='btl1.gif' width='252' height='43' alt="Boost Test logo"> 
12  <H1 class="subtitle"><A name="Portability">Compilation</A></H1> 
13  <P class="first-line-indented">This is summary of compilation instructions
14    for Boost.Test components. Many of the Boost.Test component by default are
15    supplied in a form of external libraries. For all non-Windows platforms there
16    is an option to create both shared or static libraries from each component
17    sources, while for Windows only static libraries are supported for now. Library
18    supplies Jamfiles that could be used build and test all components for all
19    supported configurations and compilers. For more detailed information on
20    how to use Jamfiles and other Boost Build system related questions see <A href="../../../tools/build/index.html">here</A>. </P> 
21  <P class="first-line-indented">Follow component's link to see a specific component
22    instructions:</P> 
23  <UL> 
24    <LI> <A href="components/execution_monitor/compilation.html">The Execution
25        Monitor</A></LI> 
26    <LI><A href="components/prg_exec_monitor/compilation.html">The Program Execution
27        Monitor</A></LI> 
28    <LI><A href="components/test_exec_monitor/compilation.html">The Test Execution
29        Monitor</A></LI> 
30    <LI><A href="components/utf/compilation.html">The Unit Test
31        Framework</A></LI> 
32  </UL> 
33</DIV> 
34<DIV class="footer"> 
35  <DIV class="footer-body"> 
36    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
37        Rozental</A> 2001-2005. <BR> 
38      Distributed under the Boost Software License, Version 1.0.
39      (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
40      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
41    <P>Revised:
42      <!-- #BeginDate format:Sw1 -->18 January, 2004<!-- #EndDate --> 
43    </P> 
44  </DIV> 
45</DIV> 
46</BODY>
47</HTML>
Note: See TracBrowser for help on using the repository browser.