source: general/genlib/libqalculate.xml@ 72d2b98

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 72d2b98 was 72d2b98, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Update to libqalculate-4.2.0

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