source: general/genlib/json-c.xml@ 5f9ca84

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5f9ca84 was 5f9ca84, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19073 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 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 json-c-download-http "https://s3.amazonaws.com/json-c_releases/releases/json-c-&json-c-version;.tar.gz">
8 <!ENTITY json-c-download-ftp " ">
9 <!ENTITY json-c-md5sum "55f7853f7d8cf664554ce3fa71bf1c7d">
10 <!ENTITY json-c-size "524 KB">
11 <!ENTITY json-c-buildsize "4.2 MB (add 3.0 MB for tests)">
12 <!ENTITY json-c-time "less than 0.1 SBU (add 0.9 SBU for tests)">
13
14]>
15
16<sect1 id="json-c" xreflabel="JSON-C-&json-c-version;">
17 <?dbhtml filename="json-c.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>JSON-C-&json-c-version;</title>
25
26 <indexterm zone="json-c">
27 <primary sortas="a-JSON-C">JSON-C</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to JSON-C</title>
32
33 <para>
34 The <application>JSON-C</application> implements a reference counting
35 object model that allows you to easily construct JSON objects in C,
36 output them as JSON formatted strings and parse JSON formatted strings
37 back into the C representation of JSON objects.
38 </para>
39
40 &lfs81_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&json-c-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&json-c-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &json-c-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &json-c-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &json-c-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &json-c-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/json-c"/>
78 </para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of JSON-C</title>
83
84 <note>
85 <para>
86 This package does not support parallel build.
87 </para>
88 </note>
89
90 <para>
91 Install <application>JSON-C</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>sed -i s/-Werror// Makefile.in tests/Makefile.in &amp;&amp;
96./configure --prefix=/usr --disable-static &amp;&amp;
97make -j1</userinput></screen>
98
99 <para>
100 To test the results, issue: <command>make check</command>.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para><userinput>sed ...</userinput>: This instruction removes a flag
114 that prevents one file from compiling.</para>
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/static-libraries.xml"/>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libjson-c.so and libjson.so
135 </seg>
136 <seg>
137 /usr/include/json and
138 /usr/include/json-c
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="libjson">
149 <term><filename class="libraryfile">libjson.so</filename></term>
150 <listitem>
151 <para>
152 contains the <application>JSON-C</application> API functions.
153 </para>
154 <indexterm zone="json-c libjson">
155 <primary sortas="c-libjson">libjson.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libjson-c">
161 <term><filename class="libraryfile">libjson-c.so</filename></term>
162 <listitem>
163 <para>
164 contains the <application>JSON-C</application> API functions.
165 </para>
166 <indexterm zone="json-c libjson-c">
167 <primary sortas="c-libjson-c">libjson-c.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.