source: general/genlib/libqalculate.xml@ 31f2b59f

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/xf86-video-removal
Last change on this file since 31f2b59f was 31f2b59f, checked in by Bruce Dubbs <bdubbs@…>, 19 months ago

Update to libqalculate-4.4.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 "d30ad11c8920c2ec929745d42bd2854e">
10 <!ENTITY libqalculate-size "2.5 MB">
11 <!ENTITY libqalculate-buildsize "134 MB (with tests)">
12 <!ENTITY libqalculate-time "0.9 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 &lfs112_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"/>,
77 <xref linkend="icu"/>, and
78 <xref linkend="libxml2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/libqalculate"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libqalculate</title>
93
94 <para>
95 Install <application>libqalculate</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr \
100 --disable-static \
101 --docdir=/usr/share/doc/libqalculate-&libqalculate-version; &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 To test the results, issue: <command>make check</command>.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 qalc
134 </seg>
135 <seg>
136 libqalculate.so
137 </seg>
138 <seg>
139 /usr/include/libqalculate,
140 /usr/share/doc/libqalculate-&libqalculate-version;, and
141 /usr/share/qalculate
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="qalc">
152 <term><command>qalc</command></term>
153 <listitem>
154 <para>
155 is a powerful and easy to use command line calculator
156 </para>
157 <indexterm zone="libqalculate qalc">
158 <primary sortas="b-qalc">qalc</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="libqalculate.so">
164 <term><filename class="libraryfile">libqalculate.so</filename></term>
165 <listitem>
166 <para>
167 contains the <application>libqalculate</application> API functions
168 </para>
169 <indexterm zone="libqalculate libqalculate.so">
170 <primary sortas="c-libqalculate">libqalculate.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.