source: general/genlib/mtdev.xml@ bf565e06

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 bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 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 mtdev-download-http "https://bitmath.org/code/mtdev/mtdev-&mtdev-version;.tar.bz2">
8 <!ENTITY mtdev-download-ftp " ">
9 <!ENTITY mtdev-md5sum "bf8ef2482e84a00b5db8fbd3ce00e249">
10 <!ENTITY mtdev-size "292 KB">
11 <!ENTITY mtdev-buildsize "2.5 MB">
12 <!ENTITY mtdev-time "less than 0.1 SBU">
13]>
14
15<sect1 id="mtdev" xreflabel="mtdev-&mtdev-version;">
16 <?dbhtml filename="mtdev.html"?>
17
18
19 <title>mtdev-&mtdev-version;</title>
20
21 <indexterm zone="mtdev">
22 <primary sortas="a-mtdev">mtdev</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to mtdev</title>
27
28 <para>
29 The <application>mtdev</application> package contains Multitouch
30 Protocol Translation Library which is used to transform all
31 variants of kernel MT (Multitouch) events to the slotted type B
32 protocol.
33 </para>
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&mtdev-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&mtdev-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &mtdev-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &mtdev-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &mtdev-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &mtdev-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <para condition="html" role="usernotes">
72 User Notes: <ulink url="&blfs-wiki;/mtdev"/>
73 </para>
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of mtdev</title>
78
79 <para>
80 Install <application>mtdev</application> by running the following
81 commands:
82 </para>
83
84<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
85make</userinput></screen>
86
87 <para>
88 This package does not come with a test suite.
89 </para>
90
91 <para>
92 Now, as the <systemitem class="username">root</systemitem> user:
93 </para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
102 href="../../xincludes/static-libraries.xml"/>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Library</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 mtdev-test
117 </seg>
118 <seg>
119 libmtdev.so
120 </seg>
121 <seg>
122 None
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="mtdev-test">
133 <term><command>mtdev-test</command></term>
134 <listitem>
135 <para>
136 is a tool to test <filename class="libraryfile">libmtdev</filename>
137 </para>
138 <indexterm zone="mtdev mtdev-test">
139 <primary sortas="b-mtdev-test">mtdev-test</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="libmtdev">
145 <term><filename class="libraryfile">libmtdev.so</filename></term>
146 <listitem>
147 <para>
148 contains Multitouch Protocol Translation API functions
149 </para>
150 <indexterm zone="mtdev libmtdev">
151 <primary sortas="c-libmtdev">libmtdev.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.