2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-23 17:42:30 +00:00
Files
gil/develop/doc/html/installation.html
github-actions[bot] 62e86ae346 deploy: 4115f5b5d3
2026-01-23 01:40:49 +00:00

112 lines
5.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Installation - Boost.GIL documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/style.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html'
};
</script>
<script type="text/javascript" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/sphinx_highlight.js"></script>
<script data-url_root="./" id="documentation_options" src="./_static/documentation_options.js"></script>
<script src="./_static/searchtools.js"></script>
<script src="./_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="Boost.GIL documentation" href="index.html" />
<link rel="next" title="Tutorial: Video Lecture" href="tutorial/video.html" />
<link rel="prev" title="Boost Generic Image Library" href="index.html" />
</head>
<body>
<div class="header">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
"header">
<tr>
<td valign="top" width="300">
<h3><a href="index.html"><img
alt="C++ Boost" src="_static/gil.png" border="0"></a></h3>
</td>
<td >
<h1 align="center"><a href="index.html"></a></h1>
</td>
<td>
<div id="searchbox" style="display: none">
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Search" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</td>
</tr>
</table>
</div>
<hr/>
<div class="content">
<div class="navbar" style="text-align:right;">
<a class="prev" title="Boost Generic Image Library" href="index.html"><img src="_static/prev.png" alt="prev"/></a>
<a class="next" title="Tutorial: Video Lecture" href="tutorial/video.html"><img src="_static/next.png" alt="next"/></a>
</div>
<section id="installation">
<h1>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h1>
<p>The latest version of Boost.GIL can be downloaded from <a class="reference external" href="https://github.com/boostorg/gil">https://github.com/boostorg/gil</a>.</p>
<p>The Boost.GIL is a header-only library. Meaning, it consists of header files only,
it does not require Boost to be built and it does not require any libraries
to link against.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The exception to dependencies-free rule of GIL is the I/O extension
which requires client libraries implementing popular image formats
like libpng, libjpeg, etc.</p>
</div>
<p>In order to use Boost.GIL, including <code class="docutils literal notranslate"><span class="pre">boost/gil.hpp</span></code> and telling your compiler
where to find Boost and GIL headers should be sufficient for most projects.</p>
<section id="compiling">
<h2>Compiling<a class="headerlink" href="#compiling" title="Link to this heading"></a></h2>
<p>The Boost.GIL library source code should successfully compile with any
compiler with complete C++14 support.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Boost.GIL requires C++14 compiler since Boost 1.80.</p>
</div>
<p>For the actual list of currently tested compilers, check results of the library CI
builds linked from the <a class="reference external" href="https://github.com/boostorg/gil/blob/develop/README.md">README.md</a>
or inspect the CI services configuration files in the <a class="reference external" href="https://github.com/boostorg/gil/tree/develop">develop branch</a>
of the library repository.</p>
</section>
</section>
<div class="navbar" style="text-align:right;">
<a class="prev" title="Boost Generic Image Library" href="index.html"><img src="_static/prev.png" alt="prev"/></a>
<a class="next" title="Tutorial: Video Lecture" href="tutorial/video.html"><img src="_static/next.png" alt="next"/></a>
</div>
</div>
<div class="footer" role="contentinfo">
Last updated on 2026-01-23 01:01:39.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.2.6.
</div>
</body>
</html>