source: general/genlib/mtdev.xml@ eede1a3

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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