Imported Upstream version 3.4.0
[platform/upstream/harfbuzz.git] / docs / html / install-harfbuzz.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Installing HarfBuzz: HarfBuzz Manual</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="index.html" title="HarfBuzz Manual">
8 <link rel="up" href="user-manual.html" title="Part I. User's manual">
9 <link rel="prev" href="why-is-it-called-harfbuzz.html" title="Why is it called HarfBuzz?">
10 <link rel="next" href="building.html" title="Building HarfBuzz">
11 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16 <td width="100%" align="left" class="shortcuts"></td>
17 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18 <td><a accesskey="u" href="user-manual.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19 <td><a accesskey="p" href="why-is-it-called-harfbuzz.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20 <td><a accesskey="n" href="building.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="chapter">
23 <div class="titlepage"><div><div><h2 class="title">
24 <a name="install-harfbuzz"></a>Installing HarfBuzz</h2></div></div></div>
25 <div class="toc"><dl class="toc">
26 <dt><span class="section"><a href="install-harfbuzz.html#download">Downloading HarfBuzz</a></span></dt>
27 <dt><span class="section"><a href="building.html">Building HarfBuzz</a></span></dt>
28 <dd><dl>
29 <dt><span class="section"><a href="building.html#building.linux">Building on Linux</a></span></dt>
30 <dt><span class="section"><a href="building.html#building.windows">Building on Windows</a></span></dt>
31 <dt><span class="section"><a href="building.html#building.macos">Building on macOS</a></span></dt>
32 <dt><span class="section"><a href="building.html#configuration">Configuration options</a></span></dt>
33 </dl></dd>
34 </dl></div>
35 <div class="section">
36 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
37 <a name="download"></a>Downloading HarfBuzz</h2></div></div></div>
38 <p>
39       The HarfBuzz source code is hosted at <a class="ulink" href="https://github.com/harfbuzz/harfbuzz" target="_top">github.com/harfbuzz/harfbuzz</a>.
40     </p>
41 <p>
42       Tarball releases and Win32 binary bundles (which include the
43       libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all
44       dependencies) of HarfBuzz can be downloaded from <a class="ulink" href="https://github.com/harfbuzz/harfbuzz/releases" target="_top">github.com/harfbuzz/harfbuzz/releases</a>.
45     </p>
46 <p>
47       Release notes are posted with each new release to provide an
48       overview of the changes. The project <a class="ulink" href="https://github.com/harfbuzz/harfbuzz/issues" target="_top">tracks bug
49       reports and other issues</a> on GitHub. Discussion and
50       questions are welcome on <a class="ulink" href="https://github.com/harfbuzz/harfbuzz/discussions" target="_top">GitHub</a> as well.
51     </p>
52 <p>
53       The API included in the <code class="filename">hb.h</code> file will not change in a
54       compatibility-breaking way in any release. However, other,
55       peripheral headers are more likely to go through minor
56       modifications. We will do our best to never change APIs in an
57       incompatible way. We will <span class="emphasis"><em>never</em></span> break the ABI. 
58     </p>
59 </div>
60 </div>
61 <div class="footer">
62 <hr>Generated by GTK-Doc V1.32</div>
63 </body>
64 </html>