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