source: gnome/platform/libunwind.xml@ 1840044

gnome
Last change on this file since 1840044 was 7585458, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages xwayland libepoxy libunwind libxkbcommon wayland weston

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13411 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libunwind-download-http "http://nongnu.askapache.com/libunwind/libunwind-&libunwind-version;.tar.gz">
8 <!ENTITY libunwind-download-ftp " ">
9 <!ENTITY libunwind-md5sum "fb4ea2f6fbbe45bf032cd36e586883ce">
10 <!ENTITY libunwind-size "1.1 MB">
11 <!ENTITY libunwind-buildsize "3.5 MB">
12 <!ENTITY libunwind-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libunwind" xreflabel="libunwind-&libunwind-version;">
16 <?dbhtml filename="libunwind.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libunwind-&libunwind-version;</title>
24
25 <indexterm zone="libunwind">
26 <primary sortas="a-libunwind">libunwind</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libunwind</title>
31
32 <para>
33 <application>libunwind</application> is a portable and efficient C programming interface (API) to
34 determine the call-chain of a program. The API additionally provides
35 the means to manipulate the preserved (callee-saved) state of each call-frame and
36 to resume execution at any point in the call-chain (non-local goto).
37 The API supports both local (same-process) and remote (across-process) operation.
38 As such, the API is useful in a number of applications.
39 </para>
40
41 &lfs75_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libunwind-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url=" "/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libunwind-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libunwind-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libunwind-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libunwind-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">libunwind Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="xorg7-lib"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="doxygen"/> (to build documentation).
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/libunwind"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of libunwind</title>
96
97 <para>
98 Install <application>libunwind</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 If you have <xref linkend="doxygen"/>, issue <command>make dox</command>
107 to build documentation.
108 </para>
109
110 <para>
111 To test the results, issue: <command>make check</command>.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 <para>
121 If you have built documentation previously, install it with following
122 commands as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>mkdir -pv /usr/share/doc/libunwind-&libunwind-version; &amp;&amp;
126cp -rv doc/html/* /usr/share/doc/libunwind-&libunwind-version;</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
136 <para>
137 <option>--enable-nss</option>: Use this switch if you want to
138 use Mozilla NSS instead of <application>OpenSSL</application>.
139 </para>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Library</segtitle>
149 <segtitle>Installed Directory</segtitle>
150
151 <seglistitem>
152 <seg>
153 None
154 </seg>
155 <seg>
156 libunwind.so
157 </seg>
158 <seg>
159 /usr/share/doc/libunwind-&libunwind-version;
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libunwind-lib">
170 <term><filename class="libraryfile">libunwind.so</filename></term>
171 <listitem>
172 <para>
173 provides functions to escape and encode stings according to
174 OAuth specifications and offers high-level functionality built
175 on top to sign requests or verify signatures using either NSS or
176 OpenSSL for calculating the hash/signatures.
177 </para>
178 <indexterm zone="libunwind libunwind-lib">
179 <primary sortas="c-libunwind">libunwind.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.