Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/doc/tools.html @ 12

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

added boost

File size: 2.7 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4  <head>
5    <meta name="generator" content=
6    "HTML Tidy for Linux/x86 (vers 1st April 2002), see www.w3.org">
7    <meta name="generator" content="Microsoft FrontPage 5.0">
8    <meta http-equiv="Content-Type" content=
9    "text/html; charset=windows-1252">
10    <!-- tidy options: &dash;&dash;tidy-mark false -i -wrap 78 !-->
11
12    <title>Boost Build System V2 &mdash; supported tools</title>
13  </head>
14
15  <body bgcolor="#FFFFFF" text="#000000">
16    <img src="../../../../boost.png" alt="boost.png (6897 bytes)" align="center"
17    width="277" height="86"> <a href="http://sourceforge.net"><img src=
18    "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1" width="88"
19    height="31" border="0" alt="SourceForge.net Logo" align="right"></a> 
20
21    <h1>Boost Build System V2 &mdash; supported tools</h1>
22
23    <h2>Compilers</h2>
24
25    <p>The following compilers are supported:</p>
26
27    <ul>
28      <li>GNU gcc (various versions), on Linux, NT, Cygwin and Darwin.</li>
29
30      <li>Microsoft VC++ compiler (various version), on NT and Cygwin.</li>
31
32      <li>Borland's compiler, on NT and Cygwin.</li>
33
34      <li>Metrowerks Code Warrior, on NT.</li>
35
36      <li>Intel C++ Compiler, on Linux and NT.</li>
37
38      <li>Sun's C++ Compiler.</li>
39       
40    </ul>
41
42    <h2>Libraries</h2>
43
44    <p>Some important libraries have special support in Boost.Build:</p>
45
46    <ul>
47      <li><a href="http://stlport.org">STLport</a> &mdash; on gcc and
48      msvc.</li>
49
50      <li><a href="http://www.trolltech.com/products/qt/index.html">QT</a>,
51      including the <tt>moc</tt> and <tt>uic</tt> tools &mdash; on gcc and msvc.</li>
52    </ul>
53
54    <h2>Other tools</h2>
55
56    <ul>
57      <li>Parser/lexer generators <tt>bison</tt> and <tt>lex</tt>.</li>
58
59      <li>XSLT processor <a href=
60      "http://xmlsoft.org/XSLT/">xsltproc</a>.</li>
61
62      <li>The Apache <a href="http://xml.apache.org/fop/index.html">FOP</a>
63      tool.</li>
64
65      <li>BoostBook documentation format.</li>
66
67      <li>GNU <a href=
68      "http://www.gnu.org/software/gettext/gettext.html">gettext</a>
69      internationalization tools.</li>
70    </ul>
71    <hr>
72
73    <p>&copy; Copyright Vladimir Prus 2003. Permission to copy, use, modify,
74    sell and distribute this document is granted provided this copyright
75    notice appears in all copies. This document is provided "as is" without
76    express or implied warranty, and with no claim as to its suitability for
77    any purpose.</p>
78
79    <p>Revised
80    <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan
81                                        -->Jule 3, 2003
82    <!--webbot bot="Timestamp" endspan i-checksum="13972"
83                                        -->
84    </p>
85  </body>
86</html>
87
Note: See TracBrowser for help on using the repository browser.