source: general/genlib/yaml.xml@ 31973174

systemd-13485
Last change on this file since 31973174 was 99673f0, checked in by DJ Lucas <dj@…>, 8 years ago

Rename -systemd specific files, move libdrim to X Libraries section.

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

  • Property mode set to 100644
File size: 3.9 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 yaml-download-http "http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz">
8 <!ENTITY yaml-download-ftp " ">
9 <!ENTITY yaml-md5sum "5fe00cda18ca5daeb43762b80c38e06e">
10 <!ENTITY yaml-size "492 KB">
11 <!ENTITY yaml-buildsize "6.3 MB">
12 <!ENTITY yaml-time "0.1 SBU">
13]>
14
15<sect1 id="yaml" xreflabel="YAML-&yaml-version;">
16 <?dbhtml filename="yaml.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>YAML-&yaml-version;</title>
24
25 <indexterm zone="yaml">
26 <primary sortas="a-YAML">YAML</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to YAML</title>
31
32 <para>
33 The <application>YAML</application> package contains a C
34 library for parsing and emitting YAML (YAML Ain't Markup
35 Language).
36 </para>
37
38 &lfs77_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&yaml-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&yaml-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &yaml-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &yaml-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &yaml-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &yaml-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">YAML Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="doxygen"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/yaml"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of YAML</title>
88
89 <para>
90 Install <application>YAML</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 To test the results, issue: <command>make check</command>.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 None
128 </seg>
129 <seg>
130 libyaml.so
131 </seg>
132 <seg>
133 None
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="libyaml">
144 <term><filename class="libraryfile">libyaml.so</filename></term>
145 <listitem>
146 <para>
147 contains API functions for parsing and emitting YAML.
148 </para>
149 <indexterm zone="yaml libyaml">
150 <primary sortas="c-libyaml">libyaml.so</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.