installing_boost_python_on_your_.html 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Installing Boost.Python on your System</title>
  5. <link rel="stylesheet" href="../boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../index.html" title="Boost.Python">
  8. <link rel="up" href="../building.html" title="Chapter&#160;2.&#160;Building and Testing">
  9. <link rel="prev" href="no_install_quickstart.html" title="No-Install Quickstart">
  10. <link rel="next" href="configuring_boost_build.html" title="Configuring Boost.Build">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="" width="" height="" src="../images/boost.png"></td></tr></table>
  14. <hr>
  15. <div class="spirit-nav">
  16. <a accesskey="p" href="no_install_quickstart.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../building.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="configuring_boost_build.html"><img src="../images/next.png" alt="Next"></a>
  17. </div>
  18. <div class="section">
  19. <div class="titlepage"><div><div><h3 class="title">
  20. <a name="building.installing_boost_python_on_your_"></a><a class="link" href="installing_boost_python_on_your_.html" title="Installing Boost.Python on your System">Installing
  21. Boost.Python on your System</a>
  22. </h3></div></div></div>
  23. <p>
  24. Since Boost.Python is a separately-compiled (as opposed to <code class="computeroutput"><span class="identifier">header</span><span class="special">-</span><span class="identifier">only</span></code>) library, its user relies on the services
  25. of a Boost.Python library binary.
  26. </p>
  27. <p>
  28. If you need a regular installation of the Boost.Python library binaries on
  29. your system, the Boost <a href="http://www.boost.org/more/getting_started/" target="_top">Getting
  30. Started Guide</a> will walk you through the steps of creating one. If
  31. building binaries from source, you might want to supply the <code class="computeroutput"><span class="special">--</span><span class="identifier">with</span><span class="special">-</span><span class="identifier">python</span></code>
  32. argument to <code class="computeroutput"><span class="identifier">bjam</span></code> (or the
  33. <code class="computeroutput"><span class="special">--</span><span class="identifier">with</span><span class="special">-</span><span class="identifier">libraries</span><span class="special">=</span><span class="identifier">python</span></code>
  34. argument to <code class="computeroutput"><span class="identifier">configure</span></code>), so
  35. only the Boost.Python binary will be built, rather than all the Boost binaries.
  36. </p>
  37. </div>
  38. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  39. <td align="left"></td>
  40. <td align="right"><div class="copyright-footer">Copyright &#169; 2002-2015 David
  41. Abrahams, Stefan Seefeld<br>Copyright &#169; 2002-2015 David Abrahams, Stefan Seefeld<p>
  42. Distributed under the Boost Software License, Version 1.0. (See accompanying
  43. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  44. </p>
  45. </div></td>
  46. </tr></table>
  47. <hr>
  48. <div class="spirit-nav">
  49. <a accesskey="p" href="no_install_quickstart.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../building.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="configuring_boost_build.html"><img src="../images/next.png" alt="Next"></a>
  50. </div>
  51. </body>
  52. </html>