installation.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Installation - Boost.GIL documentation</title>
  7. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/style.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '',
  13. COLLAPSE_MODINDEX: false,
  14. FILE_SUFFIX: '.html'
  15. };
  16. </script>
  17. <script type="text/javascript" src="_static/jquery.js"></script>
  18. <script type="text/javascript" src="_static/underscore.js"></script>
  19. <script type="text/javascript" src="_static/doctools.js"></script>
  20. <link rel="index" title="Index" href="genindex.html" />
  21. <link rel="search" title="Search" href="search.html" />
  22. <link rel="top" title="Boost.GIL documentation" href="index.html" />
  23. <link rel="next" title="Tutorial: Video Lecture" href="tutorial/video.html" />
  24. <link rel="prev" title="Boost Generic Image Library" href="index.html" />
  25. </head>
  26. <body>
  27. <div class="header">
  28. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  29. "header">
  30. <tr>
  31. <td valign="top" width="300">
  32. <h3><a href="index.html"><img
  33. alt="C++ Boost" src="_static/gil.png" border="0"></a></h3>
  34. </td>
  35. <td >
  36. <h1 align="center"><a href="index.html"></a></h1>
  37. </td>
  38. <td>
  39. <div id="searchbox" style="display: none">
  40. <form class="search" action="search.html" method="get">
  41. <input type="text" name="q" size="18" />
  42. <input type="submit" value="Search" />
  43. <input type="hidden" name="check_keywords" value="yes" />
  44. <input type="hidden" name="area" value="default" />
  45. </form>
  46. </div>
  47. <script type="text/javascript">$('#searchbox').show(0);</script>
  48. </td>
  49. </tr>
  50. </table>
  51. </div>
  52. <hr/>
  53. <div class="content">
  54. <div class="navbar" style="text-align:right;">
  55. <a class="prev" title="Boost Generic Image Library" href="index.html"><img src="_static/prev.png" alt="prev"/></a>
  56. <a class="next" title="Tutorial: Video Lecture" href="tutorial/video.html"><img src="_static/next.png" alt="next"/></a>
  57. </div>
  58. <div class="section" id="installation">
  59. <h1>Installation</h1>
  60. <p>The latest version of GIL can be downloaded from <a class="reference external" href="https://github.com/boostorg/gil">https://github.com/boostorg/gil</a>.</p>
  61. <p>The GIL is a header-only library. Meaning, it consists of header files only,
  62. it does not require Boost to be built and it does not require any libraries
  63. to link against.</p>
  64. <div class="admonition note">
  65. <p class="first admonition-title">Note</p>
  66. <p class="last">The exception to dependencies-free rule of GIL is the I/O extension
  67. which requires client libraries implementing popular image formats
  68. like libpng, libjpeg, etc.</p>
  69. </div>
  70. <p>In order to use GIL, including <code class="docutils literal"><span class="pre">boost/gil.hpp</span></code> and telling your compiler
  71. where to find Boost and GIL headers should be sufficient for most projects.</p>
  72. </div>
  73. <div class="navbar" style="text-align:right;">
  74. <a class="prev" title="Boost Generic Image Library" href="index.html"><img src="_static/prev.png" alt="prev"/></a>
  75. <a class="next" title="Tutorial: Video Lecture" href="tutorial/video.html"><img src="_static/next.png" alt="next"/></a>
  76. </div>
  77. </div>
  78. <div class="footer" role="contentinfo">
  79. Last updated on 2019-12-10 00:12:10.
  80. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
  81. </div>
  82. </body>
  83. </html>